What are the disadvantages of using collection classes over arrays?
Answer / Arun Verma
Collection classes generally have slower access times for individual elements compared to arrays. Also, arrays have a fixed size at creation while collections can dynamically grow and shrink, which might lead to increased memory usage.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between tree and binary tree?
Explain heapsort. What is its complexity?
What is a spanning tree in data structure?
What is homogeneous array?
Give one example of right rotation.
Write code for reversing a linked list.
Define circular list?
State the advantages of using infix notations?
What are the advantages of bubble sort?
How does linkedhashset work internally?
What is collections singletonlist?
What is list data structure?