

MCQOPTIONS
Saved Bookmarks
1. |
and given that EOFException and FileNotFoundException are both subclasses of IOException, and further assuming this block of code is placed into a class, which statement is most true concerning this code?
|
A. | The code will not compile. |
B. | Code output: Start Hello world File Not Found. |
C. | Code output: Start Hello world End of file exception. |
D. | Code output: Start Hello world Catch Here File not found. |
Answer» B. Code output: Start Hello world File Not Found. | |