MCQOPTIONS
Saved Bookmarks
| 1. |
Which default exception handler that performs the following tasks: 1: Prints out exception description. 2: Prints the stack trace (Hierarchy of methods where the exception occurred). 3: Causes the program to terminate. |
| A. | JVM |
| B. | JDK |
| C. | JRE |
| D. | None of the above |
| Answer» B. JDK | |