In Java it is possible to have
1.
|
In Java it is possible to have - An array of integers
- An array of string objects
- An array of arrays
- An array on integer and strings
Which of the above are correct?
|
A. |
All |
B. |
1, 2 and 3 only |
C. |
1 and 2 only |
D. |
1, 3 and 4 only |
Answer» C. 1 and 2 only
|
|