Java   View all facts   Glossary   Help
syntactic unit > declaration > interface declaration
Next declarationmethod declaration    Updeclaration    Previous declarationimport statement   

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 Typessyntactic unit
interface declaration
public interface interfaceName extends superInterfaces 
public class AnimatedSign extends javax.swing.JApplet
1 interface definition to declare an interfaceInterfacesdeclaration

Next declarationmethod declaration    Updeclaration    Previous declarationimport statement