| Author |
Difference between Java 1.1 and Java 1.6
|
alister crowley
Greenhorn
Joined: Dec 27, 2008
Posts: 2
|
|
I've learned java 1.1 using a relatively old video tutorial and
realized it only later.
Is java 1.1 similar to java 1.6 or is it radically different ?
And if its similar, what additional features do I need to learn ?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
Alister,
The basics are pretty similar although there were some new syntax changes introduced over time. Java 6 is a lot more powerful (more libraries, more features) though so I recommend a good recent book to pick up on the new stuff.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Chris Stehno
Ranch Hand
Joined: Feb 26, 2001
Posts: 180
|
|
I agree with what Jeanne said, but as far as additional learning areas... the big ones I would focus on or at least familiarize yourself with are the XML apis, the collections apis, and Swing.
I would also highly recommend browsing through the JavaDocs in detail... it may sound like reading a dictionary, but you can often find things you never knew existed... and also you will have a better understanding of what the Java library provides by default.
Hope this helps.
|
- Chris Stehno, SCPJ
|
 |
alister crowley
Greenhorn
Joined: Dec 27, 2008
Posts: 2
|
|
I've a JDK 1.6 book : "Introduction to Java Programming" by Y.Daniel Liang.
IS it good enough ? I didn't find any reviews of this book on this website.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
There are some on Amazon.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
shar ball
Greenhorn
Joined: Jul 14, 2005
Posts: 6
|
|
|
For Video tutorials on Java - click here
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12921
|
|
For book reviews, see the JavaRanch Bunkhouse.
Sun has a very good set of Java tutorials.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: Difference between Java 1.1 and Java 1.6
|
|
|