Vidyalelo
Java Programming · Q55

Exceptions

Programming · Java Programming · question 55

Q55

Which of the following should be true of the object thrown by a thrown statement?

A.
Should be assignable to String type
B.
Should be assignable to Exception type
C.
Should be assignable to Throwable type
Answer
D.
Should be assignable to Error type

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board