Package | Description |
---|---|
java.lang |
Contains core language classes.
|
java.util |
Contains utility classes including the collections framework and date manipulation.
|
Modifier and Type | Class and Description |
---|---|
class |
Thread
A thread is a thread of execution in a program.
|
Constructor and Description |
---|
Thread(Runnable target)
Allocates a new Thread object with a specific target object whose run method is called.
|
Thread(Runnable target,
String name)
Allocates a new
Thread object. |
Modifier and Type | Class and Description |
---|---|
class |
TimerTask
Deprecated.
Please consider
ej.bon.TimerTask from BON
specification instead. |