Beginner
Java
Q24 / 100
What is an array in Java?
Correct! Well done.
Incorrect.
The correct answer is B) A fixed-size container of elements of the same type
B
Correct Answer
A fixed-size container of elements of the same type
Explanation
A Java array is a fixed-length data structure that holds elements of the same type, accessed by index starting at 0.
Progress
24/100