|
-
Jan 23rd, 2006, 12:28 PM
#1
Thread Starter
Junior Member
Learning 2 languages
I started learning alot about VB .Net but school just started and my comp sci class wants us to learn Java. Do you think it will be hard learning 2 languages at a time?
-
Jan 23rd, 2006, 12:30 PM
#2
Re: Learning 2 languages
It can be. VB.Net and java are alot like in concept, but very different when it comes to syntax. If you're going to learn a .Net language and Java at the same time, it may be easier to learn C#.Net.
-
Jan 23rd, 2006, 12:49 PM
#3
Re: Learning 2 languages
 Originally Posted by guitarhero14
I started learning alot about VB .Net but school just started and my comp sci class wants us to learn Java. Do you think it will be hard learning 2 languages at a time?
Like sevenhalo said, the hardest part will be the syntax difference. If you aren't careful, you will wind up writing Java in your .NET program and .NET code in your Java program, and not be readily certain why it isn't working.
-
Jan 23rd, 2006, 12:53 PM
#4
Re: Learning 2 languages
If you are new to programming, then it might be a bit difficutl. Those two languages have pretty different syntax though, since one has basic and the other one has C syntax.
But if this is for school you should probably concentrate on Java. Then you can always have time for VB later on. And when you first know a few languages then it is easier to learn more. Like I updated my CV today, and found out that now have been doing projects in a total of 14 languages. 3 of them I learned more or less at the same time when I started working here.
- ØØ -
-
Jan 24th, 2006, 08:08 AM
#5
Re: Learning 2 languages
The result:
int intABC as Integer = new Integer();
-
Jan 24th, 2006, 08:14 AM
#6
Re: Learning 2 languages
or mine is more like:
Code:
for $i in range(strlen(url_list)):
print "hello: " . url_list[i:len(url_list[i])]
}
But that just might just be me..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|