Exceptions
- A single try block must be followed by which of these?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
try block can be followed by any of finally or catch block, try block checks for exceptions and work is performed by finally and catch block as per the exception.
- Which of these exceptions handles the divide by zero error?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
ArithmeticException