JVM is the default exception handler - Core Java

Q.  Which  default exception handler that performs the following tasks:

- Prints out exception description.
- Prints the stack trace (Hierarchy of methods where the exception occurred).
- Causes the program to terminate.

- Published on 15 Jul 15

a. JVM
b. JDK
c. JRE
d. None of the above

ANSWER: JVM

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)