April 2017
Intermediate to advanced
600 pages
12h 6m
English
THE OCA EXAM TOPICS COVERED IN THIS PRACTICE TEST INCLUDE THE FOLLOWING:
What symbol is used for a varargs method parameter?
Fill in the blank in the following code to get the first element from the varargs parameter.
public void toss (Frisbee... f) {Frisbee first = ____________;}
Which of the following are primitives?
int[] lowercase = new int[0];Integer[] uppercase = new Integer[0]; ...
Read now
Unlock full access