Tutorials:
- das Original bei Oracle – http://docs.oracle.com/javase/tutorial/
- vogella – http://www.vogella.com/java.html
Bücher:
- Java ist auch eine Insel – freies Buch von Galileo – http://openbook.galileocomputing.de/javainsel/index.html
Java
- Java Platform Standard Edition 7 Documentation – http://docs.oracle.com/javase/7/docs/
Präsentation
- Präsentation – als Text
- Präsentation – als Prezi
- Beispiele auf GitHub
Foren
- JavaRanch – A Friendly Place for Java Greenhorns – http://www.javaranch.com/
- Stackoverflow Java – http://stackoverflow.com/questions/tagged/java
Tools
- gradle / Werkzeug zum Bauen – http://www.gradle.org/
- maven / Werkzeug zum Bauen – http://maven.apache.org/
- Intellij Idea / IDE – http://www.jetbrains.com/idea/
- Netbeans / IDE – https://netbeans.org/
- Eclipse / IDE – http://eclipse.org/
Sprachen auf der JVM
Libraries
- guava by google – http://code.google.com/p/guava-libraries/
- viele bei Apache – http://projects.apache.org/indexes/language.html#Java
- …