Java View all facts Glossary Help |
specification > class > class defined within a method |
class defined within a method comparison table |
Subject | access | is a kind of | has definition | is partitioned into |
---|---|---|---|---|
class | any public class in other packages | specification | A template that describes the data and behaviour of its instances called objects | abstract class, concrete class |
class defined within a method | fields within the method only if the fields are defined as final | class |
Next class: class in a package Up: class Previous class: Applet class