Java View all facts Glossary Help |
| syntactic unit > scoping unit > block > body > interface body |
| interface body | ||||
| subject | fact | |||
| interface body | has definition One of two parts of an interface definition (the other part is the interface declaration) | ![]() |
| has part constant declarations and method declarations | ![]() | |
| has purpose to specify the constant declarations and method declarations of an interface | ![]() | |
| is part of 1 interface definition | ![]() | |
| is a subtopic of Interfaces | ![]() | |
| is a kind of body | ![]() | |
| block | contains several statements surrounded by braces ![]() | ![]() |
has example { | ![]() | |
has layout example style preferred by Sun:if(condition) { | ![]() | |
has layout example style preferred by the authors:if(condition) | ![]() | |
is used as the body of classes, loops, conditional statements and for exception handling ![]() | ![]() | |
| syntactic unit | has syntax rule bold = mandatory | ![]() |