The Java language
Home page of the online tutorials
Home page of the java language specifications
Code conventions
For the indentation with Eclipse, use the command "Format" from the menu "Source" (menubar or right-clic)
Language basics
Classes and objects
Algorithm for method selection
Packages
To import classes with Eclipse, use the command "Organize Imports" from the menu "Source" (menubar or right-clic).
Inheritance, interfaces and abstract classes
Exceptions
Generics
Collections