Java View all facts Glossary Help |
| syntactic unit > scoping unit > block > else block |
| else block comparison table | ||||||
| Subject | omit | is part of | has definition | is a subtopic of | is a kind of | is partitioned into |
|---|---|---|---|---|---|---|
| block | A syntactic unit that groups statements or makes new declarations | Statements and Expressions | scoping unit | body, nested block | ||
| else block | if there is nothing to do in the false case | if statement | Loops and Decision Making | block |
Next block: nested block Up: block Previous block: catch block