Which of these best describes an array?
a) A data structure that shows a hierarchical behavior
b) Container of objects of similar types
c) Arrays are immutable once initialized
d) Array is not a data structure
Answer:
b) Container of objects of similar types
Explanation:
Only elements of the same kind can be found in an array.
Read more: Which of the following is not OOPS concept in java