Exception Handling
© examsiri.com
Question : 3 of 24
Marks:
+1,
-0
Given:
Under which three circumstances will the code on line 7 be executed? (Choose three.)
1. /*some code here*/
2. try {
3. /*some code here*/
4. } catch (SomeException se) {
5. /*some code here*/
6. } finally {
7. /*some code here*/
8. }Under which three circumstances will the code on line 7 be executed? (Choose three.)
Go to Question: