Java View all facts Glossary Help |
| syntactic unit > declaration > interface declaration |
| interface declaration comparison table | ||||||||
| Subject | have syntax | have example | be part of | declare | has definition | have purpose | is a subtopic of | is a kind of |
|---|---|---|---|---|---|---|---|---|
| declaration | definition | A statement that establishes an identifier and associates attributes with it, without necessarily reserving its storage (for data) or providing the implementation (for methods) | Variables and Data Types | syntactic unit | ||||
| interface declaration | public interface interfaceName extends superInterfaces | public class AnimatedSign extends javax.swing.JApplet | 1 interface definition | to declare an interface | Interfaces | declaration |
Next declaration: method declaration Up: declaration Previous declaration: import statement