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
Join The Discussion