Which Of The Following Should Be True Of The Object Thrown By A #827
Which of the following should be true of the object thrown by a thrown statement?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Exception Handling - Java Exceptional Handling - Quiz No.1.
Which of the following should be true of the object thrown by a thrown statement?
Should be assignable to String type
Should be assignable to Exception type
Should be assignable to Throwable type
Should be assignable to Error type