Is array size dynamic or fixed?



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

Post New Answer

More Data Structures Interview Questions

Which sorting technique is best in worst case?

1 Answers  


What is the difference between static and dynamic data?

1 Answers  


Who invented data structure?

1 Answers  


What type of data structure is used to perform recursion?

1 Answers  


Is quicksort divide and conquer?

1 Answers  


What are the different types of data type?

1 Answers  


What do you mean by union-by-weight?

1 Answers  


What is treemap chart?

1 Answers  


Can we declare array size as a negative number?

1 Answers  


Which interfaces are implemented by concurrentskiplistset?

1 Answers  


How efficient is binary search?

1 Answers  


What are the types of data structures?

1 Answers  


Categories