+ 4
You can get help from here !
The Java API is a collection of classes and interfaces that have been written for you to use. The Java API Documentation with all of the available APIs can be located on the Oracle website at http://docs.oracle.com/javase/7/docs/api/
1 Answer
+ 2
For a beginner, it's a good idea to read the documentation of the most important class (Sting, Integer, ArrayList...). just to be familiar with the presentation : signature of the class, description, constructor and methods.