Examveda
Examveda

What is the purpose of the "catch" block in exception handling?

A. It specifies the exception message

B. It specifies the exception type

C. It catches exceptions and handles them

D. It contains the code that might throw an exception

Answer: Option C


This Question Belongs to Java Program >> Exceptions

Join The Discussion

Related Questions on Exceptions