Java View all facts Glossary Help |
syntactic unit > scoping unit > block > body > interface 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 block | to create a new scope and/or to create a compound statement | Statements and Expressions | block | ||
interface body | 1 interface definition | One of two parts of an interface definition (the other part is the interface declaration) | to specify the constant declarations and method declarations of an interface | Interfaces | body | constant declarations and method declarations |
Next body: method body Up: body Previous body: class body