Package java.lang

Interface Summary
Thread.UncaughtExceptionHandler Interface for handlers invoked when a Thread abruptly terminates due to an uncaught exception.
 

Class Summary
System The System class contains several useful class fields and methods.
Thread A thread is a thread of execution in a program.
ThreadGroup A thread group represents a set of threads.
ThreadLocal<T> This class provides thread-local variables.