Which Among The Following Is Not A Method Of Throwable Class #1059
Which among the following is not a method of Throwable class?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Exception Handling & Static Class Members - OOPs MCQ: Exception Handling - Quiz No.1.
Which among the following is not a method of Throwable class?
public String getMessage()
public Throwable getCause()
public Char toString()
public void printStackTrace()