Oracle
1Z0-815 · Question #82
Which two are valid array declaration?
The correct answer is A. Object array[]; C. int[] array. See the full explanation below for the reasoning.
Question
Which two are valid array declaration?
Options
- AObject array[];
- BBoolean array[3];
- Cint[] array;
- DFloat[2] array;
How the community answered
(16 responses)- A69% (11)
- B13% (2)
- D19% (3)
Community Discussion
No community discussion yet for this question.