Multiple choice

Which of the following is/are method(s) of Exception class in Java?

  1. public Throwable getCause()

  2. public String toString()

  3. public void printStackTrace()

  4. public Throwable fillInStackTrace()

  5. all of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

All are the methods defined in Exception class.