Java View all facts Glossary Help |
| specification > class > System |
| System comparison table | ||||||||
| Subject | import automatically into | is an instance of | is a subtopic of | have purpose | be part of | is a kind of | has definition | is partitioned into |
|---|---|---|---|---|---|---|---|---|
| class | Classes | specification | A template that describes the data and behaviour of its instances called objects | abstract class, concrete class | ||||
| System | every program | class | How Java Works | to provide system-independent access to system-dependent functionality | java.lang | A class that is part of the API of Java and which provides system-independent access to system-dependent functionality |
Next class: Thread class Up: class Previous class: public class