Which of these classes are the direct subclasses of the Throwable class?
Check your spam folder if password reset mail not showing in inbox????
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
RuntimeException and Error class Exception and VirtualMachineError class Error and Exception class IOException and VirtualMachineError class Answer: (c) Error and Exception class Explanation: According to the class hierarchy of Throwable class, the Error and Exception classes are the direct sRead more
Answer: (c) Error and Exception class
Explanation: According to the class hierarchy of Throwable class, the Error and Exception classes are the direct subclasses of the Throwable class, as shown below.
Hence, the correct answer is option (c).
See less