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 |
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Difference between predicate, supplier and consumer ?
What is variable and example?
How many types of array are there?
how to handled exceptions & erros in ejb?
Is static a keyword in java?
What are the differences between path and classpath variables?
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?
Explain the difference between collection api and stream api in java8?
What is class variable java?
What is default constructors?