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

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

問題 1

Given:

When run and all three files exist, what is the state of each reader on Line 1?

問題 2

Given:

Which statement is equivalent to line 1?

問題 3

Given the code fragment:
Path currentFile = Paths.get("/scratch/exam/temp.txt");
Path outputFile = Paths get("/scratch/exam/new.txt");
Path directory = Paths.get("/scratch/");
Files.copy(currentFile, outputFile);
Files.copy(outputFile, directory);
Files.delete (outputFile);
The /scratch/exam/temp.txt file exists. The /scratch/exam/new.txt and /scratch/new.txt files do not exist.
What is the result?

問題 4

Given:

What action ensures successful compilation?

問題 5

Examine these module declarations:

Which two statements are correct? (Choose two.)

コメントを追加

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

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