Font size:
Print
Question: What is printed by the following code fragment?
int []a = (0,1,2,3,4,5,6);
System.out.println(a.length);
1. 6
2. 5
3. 7
4. 8
Prev Question The basic concepts of ER model are :
Next Question How would you declare and initialize an array, ...