Multiple Choice
Which of the following is the array subscripting operator in Java?
A) .
B) {}
C) new
D) []
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Which method of the class vector would
Q9: Given the method heading public static void
Q10: char[][] table = new char[10][5];How many rows
Q13: char[][] table = new char[10][5];What is the
Q16: What does the following statement do?<br>Vector thisVector
Q21: Java stores two-dimensional arrays in a row
Q22: A Vector object can shrink during program
Q29: The statement int[] list = new int[15];
Q41: When a boolean array object is instantiated,
Q46: Arrays have a fixed number of elements.