What are all the classes and interfaces that are available in the collections?



What are all the classes and interfaces that are available in the collections?..

Answer / Chandra Gupta Maurya

The main classes and interfaces in Java Collections include Collection, List, Set, Queue, Deque, Map, and SortedMap. The main collection classes are ArrayList, LinkedList, HashSet, TreeSet, HashMap, and LinkedHashMap.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Explain what are the notations used in evaluation of arithmetic expressions using prefix and postfix forms?

1 Answers  


Explain the term base case?

1 Answers  


Which sorting algorithms are in place?

1 Answers  


What is different between array and list?

1 Answers  


List out a few of the applications that make use of Multilinked Structures?

1 Answers  


How can we remove loops in a linked list? What are the functions of fast and slow pointers?

1 Answers  


What is rule regarding overriding equals and hascode method?

1 Answers  


Program to remove duplicate elements in an array.

1 Answers   InterGraph,


Why concurrenthashmap is fail safe?

1 Answers  


What is breadth first tree?

1 Answers  


What is the difference between a stack and an array?

1 Answers  


What is difference between set and map?

1 Answers  


Categories