Java View all facts Glossary Help |
| syntactic unit > scoping unit > block > nested block > try block |
| try block comparison table | ||||||
| Subject | have syntax | be part of | has definition | have purpose | is a subtopic of | is a kind of |
|---|---|---|---|---|---|---|
| nested block | A block that is nested inside another block | to create a new scope and/or to create a compound statement | Statements and Expressions | block | ||
| try block | // a try-catch-finally statement showing the try block in bold | try-catch-finally statement | to contain statements that might throw an exception | Exception Handling | nested block |
Next nested block: finally block Up: nested block Previous nested block: initialization block