Kizspy | Question: 45
(Choose 1 answer)
How are exceptions handled in Java?
A. By using try-catch blocks to catch and handle exceptions.
B. By using throw statements to throw exceptions.
C. By using the throws keyword to declare that a method may throw an exception
D. All of the mentioned.