Which of these handles the exception when no catch is used?
(a) Default handler
(b) finally
(c) throw handler
(d) Java run time system
The question was asked during an interview for a job.
Query is from Exceptions Types topic in section Exception Handling of Java