Can we give size to arraylist?
Answer / Waseem Alam
Yes, you can initialize the ArrayList with a specific size using the constructor, but the size can be dynamically changed later.
| Is This Answer Correct ? | 0 Yes | 0 No |
Are data structures important?
What is difference between hashmap and hashset?
Which is faster arraylist or linked list?
What does enum do?
what is mean by d-queue?
What is homogeneous array?
Explain in brief a linked list.
How does the bubble sort work?
Is hashmap synchronized?
What are linked lists good for?
How remove all from arraylist?
Which data structure is applied when dealing with a recursive function?