MCQOPTIONS
Saved Bookmarks
| 1. |
Whichdefault 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. |
| A. | JVM |
| B. | JDK |
| C. | JRE |
| D. | None of the above |
| Answer» B. JDK | |