Is array size dynamic or fixed?
Answer / Manish Kumar Chaurasia
In Java arrays, the size is fixed at creation time. However, ArrayLists allow you to dynamically add and remove elements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which sorting technique is best in worst case?
What is the difference between static and dynamic data?
Who invented data structure?
What type of data structure is used to perform recursion?
Is quicksort divide and conquer?
What are the different types of data type?
What do you mean by union-by-weight?
What is treemap chart?
Can we declare array size as a negative number?
Which interfaces are implemented by concurrentskiplistset?
How efficient is binary search?
What are the types of data structures?