Package java.lang

Core Java classes

See:
          Description

Interface Summary
Cloneable This interface is not functional.
 

Class Summary
Class Not functional.
Math Mathematical operations.
Object Base class for all objects.
String String constants not yet supported by TinyVM.
StringBuffer String constants not yet supported by TinyVM.
Thread A thread (task) of execution.
Throwable Base class for exceptions and errors.
 

Exception Summary
ArithmeticException  
ArrayIndexOutOfBoundsException  
ClassCastException  
ClassNotFoundException  
Exception  
NullPointerException  
RuntimeException  
 

Error Summary
Error  
NoClassDefFoundError  
NoSuchMethodError  
OutOfMemoryError  
StackOverflowError  
ThreadDeath  
 

Package java.lang Description

Core Java classes