Is array a dynamic data structure?
Answer / arun
No. Array is a static data structure . Because once array is created the size is fixed, we cannot change the size.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does selection sort work?
What is a hash in programming?
What is best time complexity?
What do you mean by data types?
Which sorting does collections sort use?
What is the default value of Array?
What is difference between hashmap and linkedhashmap?
Mention the steps to insert data at the starting of a singly linked list?
What is the difference between list, set and map?
What is the easiest sorting method to use in data structures?
What is difference between list and linked list?
Can we sort hashmap?