Java View all facts Glossary Help |
specification > class > main class |
main class comparison table |
Subject | is a kind of | has definition | is partitioned into |
---|---|---|---|
class | specification | A template that describes the data and behaviour of its instances called objects | abstract class, concrete class |
main class | class | The class which contains the main method and whose name is specified as an argument to the Java interpreter |