Java   View all facts   Glossary   Help
specification > class > Thread class
Next classwrapper class    Upclass    Previous classSystem   

Thread class comparison table
Subject have methods is an instance of is a subtopic of see also implement is a kind of be a member of have has definition is partitioned into
class  Classes more than one interfacespecification1 named package rather than the default packagea unique name since somebody in the future might want to import the packages containing both classes and hence create a name clashA template that describes the data and behaviour of its instances called objectsabstract class, concrete class
Thread classstart, run, interrupt, sleep, yield, join, stop (deprecated), suspend (deprecated)classThreadsthreadthe Runnable interface the java.lang packagespecificationA Java class that implements the general concept of a thread 

Next classwrapper class    Upclass    Previous classSystem