1.

How will you implement dynamic arrays in Java?(a) Set(b) Map(c) HashMap(d) ListMy question is from Dynamic Array in portion Arrays Types of Data Structures & Algorithms IThe question was posed to me in semester exam.

Answer»

Correct choice is (d) List

Explanation: ArrayList is USED to implement dynamic arrays in JAVA.



Discussion

No Comment Found

Related InterviewSolutions