최신Oracle Java SE 11 Programmer I - 1z1-815무료샘플문제
문제1
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
설명: (KoreaDumps 회원만 볼 수 있음)
문제2
Given:

If file "App.config" is not found, what is the result?
Given:

If file "App.config" is not found, what is the result?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
Given:

It is required that if p instanceof Pair then p.isValid() returns true.
Which is the smallest set of visibility changes to insure this requirement is met?
Given:

It is required that if p instanceof Pair then p.isValid() returns true.
Which is the smallest set of visibility changes to insure this requirement is met?
정답: D
문제4
What is the result?
boolean log3 = ( 5.0 != 6.0) && ( 4 != 5);
boolean log4 = (4 != 4) || (4 == 4);
System.out.println("log3:"+ log3 + \nlog4" + log4);
What is the result?
boolean log3 = ( 5.0 != 6.0) && ( 4 != 5);
boolean log4 = (4 != 4) || (4 == 4);
System.out.println("log3:"+ log3 + \nlog4" + log4);
정답: B
문제5
Which two commands are used to identify class and module dependencies? (Choose two.)
Which two commands are used to identify class and module dependencies? (Choose two.)
정답: A,C
문제6
Given:

Which two lines cause compilation errors? (Choose two.)
Given:

Which two lines cause compilation errors? (Choose two.)
정답: A,D
문제7
Given the code fragment:

What is the result?
Given the code fragment:

What is the result?
정답: C
문제8
Given:

Which statement is true?
Given:

Which statement is true?
정답: C
문제9
Given:

What is the result?
Given:

What is the result?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제10
What is the proper way to defined a method that take two int values and returns their sum as an int value?
What is the proper way to defined a method that take two int values and returns their sum as an int value?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)