Q. What is the purpose of the "try" block in exception handling? (A) It catches exceptions and handles them (B) It specifies the exception type (C) It contains the code that might throw an exception (D) It specifies the exception message ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) It contains the code that might throw an exception