Q. Which PHP keyword is used to handle exceptions? (A) catch (B) throw (C) try (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above Explanation: PHP uses try, catch, and throw for exception handling.