Which is the parent class of abstractqueue class?



Which is the parent class of abstractqueue class?..

Answer / Bhumika Dilawari

AbstractQueue is an abstract class, it does not have a parent class. It implements Queue interface in Java.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What are the types of algorithms?

1 Answers  


Is binary tree a binary search tree?

1 Answers  


What is long data type?

1 Answers  


Write is a binary search tree? Write an algorithm and tell complexity?

1 Answers   ITC Indian Tobacco Company,


Mention the data structures which are used in graph implementation.

1 Answers  


Can constructor be static?

1 Answers  


How can you implement a stack?

1 Answers   NIIT,


How can I search for data in a linked list?

1 Answers  


Construct a doubly linked list using a single pointer in each node?

1 Answers  


Define depth and height of a tree?

1 Answers  


What are the types of sorting?

1 Answers  


How is the front of the queue calculated in data structure?

1 Answers  


Categories