Q. Which of these is used to handle exceptions? (A) try-catch (B) if-else (C) for loop (D) switch ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) try-catch Explanation: Exceptions are handled using try-catch blocks in Java.