Learning Java

QueHuong

Platinum Member
Nov 21, 2001
2,098
0
0
I currently know really basic C++ (took comp science I). But now I want to learn Java. Coriolis books are on sale right now so I'm thinking of picking a title up - any recommendations?

And a general java question: the latest version of java I know is version 2 - is there a newer version coming out? Because I don't want to buy java 2 only to have java 3 roll out next week. So what kind of java book should a beginner look for?
 

Ns1

No Lifer
Jun 17, 2001
55,420
1,600
126
well if it's anything, we're learning java 1.1 in my cs class right now for "backwards compatability"
 

Electric Amish

Elite Member
Oct 11, 1999
23,578
1
0
I believe there is a new version coming, but I think it's only a point release. 2.1, 2.2, etc... I don't know when it will be out, but it's probably not horrifically different.

amish
 

BigJohnKC

Platinum Member
Aug 15, 2001
2,448
1
0
The latest version of Java is Java 1.4. Java 2 was the terminology they came out with for Java 1.2 - for some reason they called it Java 2 even though it was version 1.2. Just look for a book that covers java version 1.4 and you should be set.
 

Juniper

Platinum Member
Nov 7, 2001
2,025
1
0
The latest version of Java is Java 1.4. Java 2 was the terminology they came out with for Java 1.2 - for some reason they called it Java 2 even though it was version 1.2.

For marketing purposes. Or so I heard ;)

Mindstorm, I think you're gonna find Java a piece of cake :)
 

Ameesh

Lifer
Apr 3, 2001
23,686
1
0
bah you should learn version 1.1, your code will work with everyones VMs and you wont have to worry about compatibility.