ExamQuestions.com

Register
Login
Java SE 8 Programmer II Exam Questions

Oracle

Java SE 8 Programmer II

111 / 130

Question 111:

Given: 
image

                
                
            
                image
            
            
                
What is the result? 

Answer options:

A. An exception is thrown at line n2.
B. 100
C. A compilation error occurs because the try block is declared without a catch or finally block.
D. A compilation error occurs at line n1.