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()
This question was posed to me in an internship interview.
Enquiry is from Exception Handling topic in division Exception Handling & Static Class Members of Object Oriented Programming