What are different data structures in java?



What are different data structures in java?..

Answer / Deependra Kumar

Different data structures in Java include Arrays, LinkedLists, Stacks, Queues, PriorityQueues, HashMaps, Trees (Binary Trees and AVL Trees), and Sets.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?

1 Answers  


Difference between predicate, supplier and consumer ?

1 Answers  


What is variable and example?

1 Answers  


How many types of array are there?

1 Answers  


how to handled exceptions & erros in ejb?

1 Answers   Satyam,


Is static a keyword in java?

1 Answers  


What are the differences between path and classpath variables?

1 Answers  


what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????

1 Answers   HCL, SAP Labs, Vital Soft,


Is null a string in java?

1 Answers  


Explain the difference between collection api and stream api in java8?

1 Answers  


What is class variable java?

1 Answers  


What is default constructors?

1 Answers  


Categories