최신Oracle Java SE 11 Programmer I - 1z1-815무료샘플문제
문제1
Given:
Automobile.java

Car.java

What must you do so that the code prints 4?
Given:
Automobile.java

Car.java

What must you do so that the code prints 4?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
Given the code fragment:

Which three code fragments can be independently inserted at line nl to enable the code to print one?
Given the code fragment:

Which three code fragments can be independently inserted at line nl to enable the code to print one?
정답: B,D,E
문제3
Given the code fragment:

What is the result?
Given the code fragment:

What is the result?
정답: B
문제4
Given:

Which expression when added at line 1 will produce the output of 1.17?
Given:

Which expression when added at line 1 will produce the output of 1.17?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제5
What is the name of the Java concept that uses access modifiers to protect variables and hide them within a class?
What is the name of the Java concept that uses access modifiers to protect variables and hide them within a class?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
Which three statements are benefits of encapsulation?
Which three statements are benefits of encapsulation?
정답: C,E,F
문제7
Given:

Which two lines of code when inserted in line 1 correctly modifies instance variables? (Choose two.)
Given:

Which two lines of code when inserted in line 1 correctly modifies instance variables? (Choose two.)
정답: A,D
문제8
Given:

What is the result?
Given:

What is the result?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)