Which is the parent class of abstractsequentiallist class?



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

Post New Answer

More Data Structures Interview Questions

If we add enum constants to a sorted collection ( treemap , treeset ), what will be the order in which they will be maintained?

1 Answers  


How efficient is bubble sort?

1 Answers  


What are the disadvantages of linear list?

1 Answers  


How many null values are allowed in hashmap?

1 Answers  


Is set sorted?

1 Answers  


Write a program for Sorting an Array. Which sorting will you prefer?

0 Answers  


What is data algorithm?

1 Answers  


What is binary tree and its types?

1 Answers  


Why is concurrenthashmap thread safe?

1 Answers  


What is dequeue operation?

1 Answers  


Which sorting algorithm is the slowest?

1 Answers  


How to reference all the elements in a one-dimension array?

1 Answers  


Categories