| Package | Description |
|---|---|
| java.lang |
Core Java classes
|
| java.util |
Utilities
|
| Modifier and Type | Class and Description |
|---|---|
class |
Thread
A thread of execution (or task).
|
| Constructor and Description |
|---|
Thread(Runnable target) |
Thread(Runnable target,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
TimerTask
Task that can be run at a later time if given to a Timer.
|