Object Oriented Software Engineering   View all facts   Glossary   Help | 
| subject > programming language construct > block > Java block > Java nested block | 
| Java nested block | ||||
| subject | fact | |||
| Java nested block | is a subtopic of Programming Style Guidelines | ![]()  | 
| is a kind of Java block | ![]()  | |
| should be indented carefully | ![]()  | |
| Java 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 | ![]()  |