Forum Moderators: phranque
What books could you guys suggest might be a good help for me to learn the basics of Java. You know like a "Learn Java in 21 days." Not exactly like that but you catch the drift. I just want to get a slight understanding of it so that I can get what the programmers are telling me when they explain stuff to me.
Thanks guys
regards,
Mark
-gs
do you want to actually do some or just read up on it? If its just an overview you want, why not read through the java overview tutorial:
[java.sun.com ]
At least then you won't get caught up in the mechanics of command line compiling, setting up your classpath etc.
If you want a book, I would advise you to avoid the Sams '21 days' book, I was never impressed with it.
The best Java book I know of is Prentice Hall's 'Advanced Java™ 2 Platform How to Program' isbn 0-13-089560-1
It covers pretty much everything though, right through to advanced topics.
hth
I learnt about TCP/IP and built a client/server chat application from a book, this is a very common java application and you can find the code in many books.
Also the sun site is useful and the documentation in the JDK, but without the book i'd have been struggling
I recommend the beginners approach bcoz I know you are new to programming. HTH :)
[google.com...]
I really liked the way the guy explained the concepts .. OOP etc.
I'm more example oriented, and I prefer to work hands-on rather than read about a concept. The Wrox book Java2 by Ivor something or other was my choice, and I like it.
My only gripe with that book is that the author uses geometry problems as his examples for java programming. His examples have you calculating the volume of spheres, radius of circles, intersecting lines on a grid, etc.
But I like the approach of the book and the exercises contained within.
For a reference, you can't beat JavaDocs. The documentation for the regular Java classes is at [java.sun.com ], and for Servlets and JSP at [java.sun.com ].
(You may want to check for newer versions.)