What does abstract data type means?
Answer Posted / kavitha
its holds both data & their datatype.where data is defined
but their implementation is not defined.
| Is This Answer Correct ? | 47 Yes | 16 No |
Post New Answer View All Answers
Is arraylist faster than array?
Find duplicates in infinite range. Which data structure to be used to give efficient solution?
What sorting algorithm does arrays sort use?
Differentiate between iterable and iterator.
Write program for Bubble Sort ?
What is shell sort in data structure?
Define an algorithm. What are the properties of an algorithm?
What are different techniques for making hash function? Explain with example.
Why arraylist is not efficient for manipulation?
Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential
Does arraylist maintain order?
Can a binary tree be empty?
Does treeset allow null?
How can I search for data in a linked list?
What is rule regarding overriding equals and hascode method?