LATEST Java links?

I programmed Java forever, but for some time it did not work. Can anyone recommend a really good Java link where "really good" is defined by "Good language coverage, detailed coverage of the latest extensions and written for the technical reader (and not" for "dummies")? "

+3
source share
4 answers

Like the links that say what has changed in languages ​​(which other answers already cover better than I could), I cannot recommend Joshua Bloch's Second Edition of Effective Java Highly - which explains the most effective ways to use the language.

+8

-, concurrency, Java Concurrency .

, , , java.util.concurrent API- Java 5 6.

+4

I always liked cay horstmann books: http://www.horstmann.com/corejava.html . This is the 8th edition. and there is gosling http://java.sun.com/docs/books/javaprog/ . haven't seen anything yet for 1.6.

0
source

All Articles