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 |
What is difference between hashmap and map?
What are the advantages of modularity?
Who invented quicksort?
Differentiate between queue and stack.
Can we add duplicate keys in a hashmap? What will happen if we attempt to add duplicate values?
Can we insert null in set?
What is the use of tree data structure?
What is difference between capacity and size of arraylist?
Will it create any problem if we add elements with key as user defined object into the treemap?
Can value be null in treemap?
What sorting algorithm does arrays sort use?
Can you use Bubble Sort To sort the number of elements.