Valid 1Z0-804 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-804 Exam! ExamDiscuss.com now offer the newest 1Z0-804 exam dumps, the ExamDiscuss.com 1Z0-804 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-804 dumps with Test Engine here:
Given the code fragment: What is the result, if the file myfile.txt does not exist?
Correct Answer: D
Explanation/Reference: Explanation: !! Compilation fails if FileNotFoundException is tried to catch (Line 12) (The exception FileNotFoundException is already caught by the alternative IOException) ----------------------------------------------------------------------------------------------- if this is removed will be thrown a FileNotFoundException at line 4.