Oracle Java SE 11 Programmer I - 1Z0-815 模擬練習
Which describes an aspect of Java that contributes to high performance?
正解: B
解説: (PassTest メンバーにのみ表示されます)
Which two statements are true about the modular JDK? (Choose two.)
正解: A,C
Given the for loop construct:
for ( expr1 ; expr2 ; expr3 ) {
statement;
}
Which two statements are true?
for ( expr1 ; expr2 ; expr3 ) {
statement;
}
Which two statements are true?
正解: A,C
解説: (PassTest メンバーにのみ表示されます)
Which three are advantages of the Java exception mechanism?
正解: A,C,E
解説: (PassTest メンバーにのみ表示されます)
Given:

What is the result?

What is the result?
正解: F
解説: (PassTest メンバーにのみ表示されます)
Given the code fragment:

What is the result?

What is the result?
正解: B
解説: (PassTest メンバーにのみ表示されます)
Given:

What is the result?

What is the result?
正解: B
解説: (PassTest メンバーにのみ表示されます)