ExamQuestions.com

Register
Login
Java SE 8 Programmer II Exam Questions

Oracle

Java SE 8 Programmer II

95 / 130

Question 95:

Given: 
image

                
                
            
                image
            
            
                
What is the result? 

Answer options:

A. A compilation error occurs at line n2.
B. A compilation error occurs because the try block doesn`t have a catch or finally block.
C. A compilation error occurs at line n1.
D. The program compiles successfully.