explain the collection in java



explain the collection in java..

Answer / supraja

Arrays
Has special language support
• Iterators
Iterator (i)
• Collections (also called containers)
Collection (i)
Set (i),
HashSet (c), TreeSet (c)
List (i),
ArrayList (c), LinkedList (c)
Map (i),
HashMap (c), TreeMap (c)

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More Core Java Interview Questions

When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?

0 Answers  


how its run?

0 Answers  


Is it possible to compare various strings with the help of == operator? What are the risks involved?

0 Answers  


What is continuity of a function?

0 Answers  


Can we overload destructor in java?

0 Answers  






How to instantiate member inner class?

0 Answers  


which one is performance wise advantageious from List,Set,Map?

6 Answers  


What class is used to create Server side object?

1 Answers   TCS,


What is thread safe java?

0 Answers  


whats the purposr of using serialization?

6 Answers  


Can you add null to a list java?

0 Answers  


What is the difference between Stream Reader and Stream Writer?

4 Answers  


Categories