Which is the parent class of abstractsequentiallist class?
Answer / Shrikant Gupta
The parent class of AbstractSequentialList class is Object class in Java.
| Is This Answer Correct ? | 0 Yes | 0 No |
If we add enum constants to a sorted collection ( treemap , treeset ), what will be the order in which they will be maintained?
How efficient is bubble sort?
What are the disadvantages of linear list?
How many null values are allowed in hashmap?
Is set sorted?
Write a program for Sorting an Array. Which sorting will you prefer?
What is data algorithm?
What is binary tree and its types?
Why is concurrenthashmap thread safe?
What is dequeue operation?
Which sorting algorithm is the slowest?
How to reference all the elements in a one-dimension array?