최신Oracle Java SE 11 Developer - 1Z0-819무료샘플문제
문제1
Which two statements independently compile? (Choose two.)
Which two statements independently compile? (Choose two.)
정답: B,E
설명: (KoreaDumps 회원만 볼 수 있음)
문제2
Given these two classes:


And given this fragment:

Which describes the fragment?
Given these two classes:


And given this fragment:

Which describes the fragment?
정답: A
문제3
Given:

and omitting the throws FooException clause results in a compilation error.
Which statement is true about FooException?
Given:

and omitting the throws FooException clause results in a compilation error.
Which statement is true about FooException?
정답: B
문제4
Given:

What is the result?
Given:

What is the result?
정답: D
문제5
Which module-info.java is correct for a service provider for a print service defined in the PrintServiceAPI module?
Which module-info.java is correct for a service provider for a print service defined in the PrintServiceAPI module?
정답: D
문제6
Given:

What is the result?
Given:

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

You want to use the myResource class in a try-with-resources statement. Which change will accomplish this?
Given:

You want to use the myResource class in a try-with-resources statement. Which change will accomplish this?
정답: A
문제8
Given:

What is the result?
Given:

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

Which code fragment on line 1 makes the m map contain the employee with the highest salary for each neighborhood?
Given:

Which code fragment on line 1 makes the m map contain the employee with the highest salary for each neighborhood?
정답: C
문제10
Given:

What is the result?
Given:

What is the result?
정답: D
문제11
Which two are functional interfaces? (Choose two.)

Which two are functional interfaces? (Choose two.)

정답: A,E
문제12
Given:

Which is true?
Given:

Which is true?
정답: A
문제13
Given the declaration:

In which two locations is it legal to apply the @Resource annotation?
Given the declaration:

In which two locations is it legal to apply the @Resource annotation?
정답: C,E