vote up 6 vote down star
9

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?

flag
show 1 more comment

35 Answers

1 2
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

I suggest you read the source in src.zip, esp the packages java.* and javax.*

link|flag
vote up -1 vote down

Effective Java 2nd Edition(May 2008)

link|flag
vote up -2 vote down

Agile Java by Langr is excellent if you also want an intro to Test Driven Design and the basic agile approach.

link|flag
1 2

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.