Multiple choice Which of the following is/are method(s) of Exception class in Java? public Throwable getCause() public String toString() public void printStackTrace() public Throwable fillInStackTrace() all of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation All are the methods defined in Exception class.