Can arraylist be resized?
Answer / Bharat Sah
Yes, ArrayList can be resized automatically when you add more elements than its current capacity. If the size exceeds the capacity, it will double the size of the ArrayList.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is merge sort faster?
Why is hashset used?
Why is data structure needed?
Define rehashing?
Define b-tree of order m?
How to initialize Dictionary using collection initialize?
Explain in brief a linked list.
What is Jagged Arrays?
Define leaves?
What is sort order?
What is the difference between Array and LinkedList?
State the properties of b tree.