Vidyalelo
Data Structure · Q41

Arrays in Data Structures

Programming · Data Structure · question 41

Q41

Which of the following data structures is best suited for implementing an array list in Java?

A.
ArrayList
Answer
B.
LinkedList
C.
Stack
D.
Queue

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board