ExamQuestions.com

Register
Login
Java SE 8 Programmer II Exam Questions

Oracle

Java SE 8 Programmer II

99 / 130

Question 99:

Given the code fragments: 
image

                
                
            
                image
            
            
                
What is the result? 

Answer options:

A. France Optional[NotFound]
B. Optional [France] Optional [NotFound]
C. Optional[France] Not Found
D. France Not Found