Java View all facts Glossary Help |
syntactic unit > scoping unit > block > catch block |
catch block comparison table |
Subject | have syntax | be part of | has definition | have purpose | is a subtopic of | is a kind of | is partitioned into |
---|---|---|---|---|---|---|---|
block | A syntactic unit that groups statements or makes new declarations | to create a new scope and/or to create a compound statement | Statements and Expressions | scoping unit | body, nested block | ||
catch block | // a try-catch-finally statement showing the catch blocks in bold | try-catch-finally statement | to catch a particular type of exception | Exception Handling | block |
Next block: else block Up: block Previous block: body