최신Oracle Java SE 11 Programmer I - 1Z0-815무료샘플문제
문제1
Given:

What is the result?
Given:

What is the result?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
Given:

What is the result?
Given:

What is the result?
정답: E
설명: (ExamPassdump 회원만 볼 수 있음)
문제3
Given:

Which two statements are valid to be written in this interface? (Choose two.)
Given:

Which two statements are valid to be written in this interface? (Choose two.)
정답: B,G
문제4
Given the code fragment:
1. ArrayList<Integer> list = new ArrayList<>(1);
2. list.add(1001);
3. list.add(1002);
4. System.out.println(list.get(list.size()));
What is the result?
Given the code fragment:
1. ArrayList<Integer> list = new ArrayList<>(1);
2. list.add(1001);
3. list.add(1002);
4. System.out.println(list.get(list.size()));
What is the result?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제5
Given:

What is the result?
Given:

What is the result?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
Given:

Which loop incurs a compile time error?
Given:

Which loop incurs a compile time error?
정답: A
문제7
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,E
문제8
Given:

What is the result?
Given:

What is the result?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제9
Given:

What is the result?
Given:

What is the result?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제10
Which two statements are true about the modular JDK? (Choose two.)
Which two statements are true about the modular JDK? (Choose two.)
정답: A,C