Multiple Choice
Which of the following declares an array of int named beta?
A) int beta;
B) int[] beta;
C) new int beta[];
D) int beta = int[];
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: You can create an array of reference
Q20: Which method of the class vector would
Q21: Java stores two-dimensional arrays in a row
Q22: A Vector object can shrink during program
Q23: How many columns are in the array
Q25: Which method would you most likely use
Q26: Only one-dimensional arrays can be passed as
Q27: What does the following statement do? Vector<Double>
Q28: The array index can be any nonnegative
Q29: The statement int[] list = new int[15];