1Z1-816 試験問題を無料オンラインアクセス

試験コード:1Z1-816
試験名称:Java SE 11 Programmer II
認定資格:Oracle
無料問題数:80
更新日:2025-09-16
評価
100%

問題 1

Given:
LocalDate d1 = LocalDate.of(1997,2,7);
DateTimeFormatter dtf =
DateTimeFormatter.ofPattern( /*insert code here*/ );
System.out.println(dtf.format (d1));
Which pattern formats the date as Friday 7th of February 1997?

問題 2

Which is a proper JDBC URL?

問題 3

Given:

And the command:
java Main Helloworld
What is the result ?

問題 4

Given this enum declaration:

Examine this code:
System.out.println(Alphabet.getFirstLetter());
What code should be written at line 3 to make this code print A?

問題 5

Given an application with a main module that has this module-info.java file:

Which two are true? (Choose two.)

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。