問題1
Given:

What is the result?
Given:

What is the result?
正確答案: C
說明:(僅 NewDumps 成員可見)
問題2
Given:

Which option should you choose to enable the code to print Something happened?
Given:

Which option should you choose to enable the code to print Something happened?
正確答案: B
說明:(僅 NewDumps 成員可見)
問題3
Given:

and

Which code fragment on line 1 makes the s1 set contain the names of all employees born before January 1, 1989?

Given:

and

Which code fragment on line 1 makes the s1 set contain the names of all employees born before January 1, 1989?

正確答案: A
問題4
Given:
jdeps -jdkinternals C:\workspace4\SimpleSecurity\jar\classes.jar
Which describes the expected output?
Given:
jdeps -jdkinternals C:\workspace4\SimpleSecurity\jar\classes.jar
Which describes the expected output?
正確答案: B
說明:(僅 NewDumps 成員可見)
問題5
Which code fragment prints 100 random numbers?

Which code fragment prints 100 random numbers?

正確答案: C
說明:(僅 NewDumps 成員可見)
問題6
Given:

and
checkQuality(QUALITY.A);
and

Which code fragment can be inserted into the switch statement to print Best?
Given:

and
checkQuality(QUALITY.A);
and

Which code fragment can be inserted into the switch statement to print Best?
正確答案: D
問題7
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?
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?
正確答案: D
問題8
Given:

What is the output?
Given:

What is the output?
正確答案: B
說明:(僅 NewDumps 成員可見)