Nested try blocks, there is no need to specify catch handler for inner try block - Exception Handling
Q. In nested try blocks, there is no need to specify catch handler for inner try block. Outer catch handler is sufficient for the program.
- Published on 19 Jul 15a. True
b. False
ANSWER: False