1.

int a[], b;int []c, d;
23.Which of these is necessary to What is the output of below snippet?specify at time of array initialization?

A. ArrayIndexOutOfBoundsException
B. ArrayStoreException
C. Compilation Error
D. Code runs successfully
Answer» C. Compilation Error


Discussion

No Comment Found