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 15a. JVM
b. JDK
c. JRE
d. None of the above
ANSWER: JVM