1Z0-816 試験問題を無料オンラインアクセス
試験コード: | 1Z0-816 |
試験名称: | Java SE 11 Programmer II |
認定資格: | Oracle |
無料問題数: | 80 |
更新日: | 2025-09-14 |
Given:
You want to obtain the Stream object on reading the file. Which code inserted on line 1 will accomplish this?
Given this enum declaration:
Examine this code:
System.out.println(Letter.values()[1]);
What code should be written at line 5 for this code to print 200?
Assuming the Widget class has a getPrice method, this code does not compile:
Which two statements, independently, would allow this code to compile? (Choose two.)
A company has an existing sales application using a Java 8 jar file containing packages:
com.company.customer;
com.company.customer.orders;
com.company.customer.info;
com.company.sales;
com.company.sales.leads;
com.company.sales.closed;
com.company.orders;
com.company.orders.pending;
com.company.orders.shipped.
To modularize this jar file into three modules, customer, sales, and orders, which module-info.java would be correct?
A)
B)
C)
D)