Assuming an experienced software developer fluent in many languages, but having not entered the Java world from the ground floor, which single book related to the huge space that is the Java world would you recommend as a decent overview from which further expertise can be developed?
|
|
Consider Java in a nutshell It has a chapter "Java syntax from the ground up" for which the description reads "Programmers with substantial experience with languages such as C and C++ should be able to pick up the Java syntax quickly by reading this chapter". Many other chapters are relevant as well. |
|||
|
|
|
|
In a similar situation I went for Peter van der Linden's Just Java 2. This book covers the language itself (types, operators, statements), key libraries (e.g. threads, collections, IO, etc.), an introduction to gui programming, databases and JDBC, servlets and jsp, xml. It's still just under 800 pages. I quite like the author's writing style. It's authoritative -- a lot of text to go through, but each chapter ends with a "Some Light Relief" section which contains humorous Java related anecdotes. Wholeheartedly recommended. |
|||
|
|
|
|
I suggest you read the source in src.zip, esp the packages java.* and javax.* |
|||
|
|
|
|
Effective Java 2nd Edition(May 2008) |
|||
|
|
|
|
Agile Java by Langr is excellent if you also want an intro to Test Driven Design and the basic agile approach. |
|||
|
|
