Package | Description |
---|---|
java.lang |
MID Profile Language Classes included from Java 2 Standard
Edition.
|
java.util |
MID Profile Utility Classes included from Java 2 Standard
Edition.
|
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 with the given
target and name. |
Modifier and Type | Class and Description |
---|---|
class |
TimerTask
A task that can be scheduled for one-time or repeated execution by a
Timer . |
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.