Home »
MCQs »
Java MCQs
Which of the following is a valid data structure in java?
48. Which of the following is a valid data structure in java?
- Array
- List
- Vector
- All of these
Answer: D) All of these
Explanation:
All of the above (Array, List, and Vector) are valid data structures in Java.