Java View all facts Glossary Help |
specification > class > Thread class |
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 interface | specification | 1 named package rather than the default package | a unique name since somebody in the future might want to import the packages containing both classes and hence create a name clash | A template that describes the data and behaviour of its instances called objects | abstract class, concrete class | |||
Thread class | start, run, interrupt, sleep, yield, join, stop (deprecated), suspend (deprecated) | class | Threads | thread | the Runnable interface | the java.lang package | specification | A Java class that implements the general concept of a thread |
Next class: wrapper class Up: class Previous class: System