InterviewSolution
Saved Bookmarks
| 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 |
|