Which of these is a super class of all exceptional type classes?
(a) String
(b) RuntimeExceptions
(c) Throwable
(d) Cacheable
I have been asked this question in an internship interview.
Query is from Exceptions Types topic in section Exception Handling of Java