What is dynamic array with example?



What is dynamic array with example?..

Answer / Vikash Kumar Sinha

A dynamic array is a resizable array that can change its size as elements are added or removed. Unlike fixed-size arrays, the size of a dynamic array can be increased or decreased dynamically. For example, in Java, an ArrayList is a dynamic array.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is binary tree used for?

1 Answers  


What is the minimum number of nodes that a binary tree can have?

1 Answers  


Explain the expression trees?

1 Answers  


What is difference between stack and queue?

1 Answers  


What are the advantages of selecetion sort?

1 Answers  


What is a hashers run?

1 Answers  


What do u mean by array?

1 Answers  


How does max heap work?

1 Answers  


What do you mean by sorting?

1 Answers  


List the basic operations carried out in a linked list?

1 Answers  


Which is the parent class of linkedhashset class?

1 Answers  


Is stack a dynamic data structure?

1 Answers  


Categories