What is the difference between Array and Arraylist?
Answer / Sandhya Pal
In Java, an array is a fixed-size data structure while ArrayList is a dynamic array that can resize itself as elements are added or removed. Arrays have a fixed size and cannot be changed once created, whereas ArrayLists can.
| Is This Answer Correct ? | 0 Yes | 0 No |
If you are using c language to implement the heterogeneous linked list, what pointer type should be used?
Which interfaces are implemented by concurrentskiplistset?
Which data structure is used to perform recursion?
Define threaded binary tree. Explain its common uses
For searches. Which one is most preferred: array list or linked list?
Is quicksort a stable algorithm?
Is heap sort adaptive?
What is the relationship between a queue and its underlying array?
Does concat mutate array?
What is dynamic data structure?
Explain about the different lists available in the collection?
What is the difference between arraylist and linkedlist?