Question

try-catch-finally is a term associated with

A assignment Correct Answer Incorrect Answer
B exceptions Correct Answer Incorrect Answer
C data types Correct Answer Incorrect Answer
D loops Correct Answer Incorrect Answer
E class Correct Answer Incorrect Answer

Solution

Exception handling is an important aspect of Java where abnormalities which may hamper the smooth functioning of a program, are handled in such a way that the program functions smoothly. This exception handling is done via try, catch and finally blocks.

Practice Next

Relevant for Exams:

×
×