Java   View all facts   Glossary   Help
syntactic unit > scoping unit > block > body > interface body
Next bodymethod body    Upbody    Previous bodyclass body   

interface body comparison table
Subject be part of has definition have purpose is a subtopic of is a kind of have part
body A block that is not nested inside another blockto create a new scope and/or to create a compound statementStatements and Expressionsblock 
interface body1 interface definitionOne of two parts of an interface definition (the other part is the interface declaration)to specify the constant declarations and method declarations of an interfaceInterfacesbodyconstant declarations and method declarations

Next bodymethod body    Upbody    Previous bodyclass body