Package java.lang

This package contains some classes from the original java.lang, and those classes contains only a subset of the methods.

See:
          Description

Class Summary
Class This class must never be used in desktop, otherwise you'll get strange errors!
Math Helper class containing useful mathematical functions and constants.
Object Object is the base class for all objects.
String String is an array of characters.
StringBuffer This Class is a growable buffer for characters.
Throwable Base class of all Exceptions.
 

Exception Summary
ArithmeticException  
ArrayIndexOutOfBoundsException  
ClassCastException  
ClassNotFoundException  
Exception  
IllegalAccessException  
IllegalArgumentException  
IndexOutOfBoundsException  
InstantiationException  
NullPointerException  
OutOfMemoryError  
RuntimeException  
SecurityException  
 

Package java.lang Description

This package contains some classes from the original java.lang, and those classes contains only a subset of the methods. When creating your programs, be sure to know which functions are implemented, otherwise your program will crash.