Q. What happens in a method if there is an exception thrown in a try block but there is no catch block following the try block?
β
Correct Answer: (A)
The program ignores the exception.