Uses of Class
java.lang.Thread

Packages that useThread
Package
Description
java.lang
Provides classes that are fundamental to the design of the Javaprogramming language.
java.lang.foreign
Provides low-level access to memory and functions outside the Java runtime.
java.util.concurrent
Utility classes commonly useful in concurrent programming.
java.util.concurrent.locks
Interfaces and classes providing a framework for locking and waitingfor conditions that is distinct from built-in synchronization andmonitors.
javax.swing.text
Provides classes and interfaces that deal with editable and noneditable textcomponents.