Why can you not print the contents of an array using only the array name?

a. Java does not support aggregate operations on multidimensional arrays.
b. Java does not support aggregate operations on single-dimensional arrays.
c. Each element in an array must be processed individually.
d. All of these are correct.



Answer :

Other Questions