Oracle
1Z0-808
120 Minutes
225
Java SE 8 Programmer I
A: It must contain the default section.
B: The break statement, at the end of each case block, is optional.
C: Its case label literals can be changed at runtime.
D: Its expression must evaluate to a collection of values.
A: Boolean available = ''TRUE'':
B: String tmpAuthor = author, author =''Mc Donald'';
C: Double price = 200D;
D: Integer pages = 20;