

MCQOPTIONS
Saved Bookmarks
1. |
Which among the following is not a method of Throwable class? |
A. | public String getMessage() |
B. | public Throwable getCause() |
C. | public Char toString() |
D. | public void printStackTrace() |
Answer» D. public void printStackTrace() | |