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

What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?

0 Answers  


What is the purpose of using break in each case of switch statement?

0 Answers  


Is int primitive data type?

0 Answers  


What are the limitations for static method?

3 Answers   Greenwood,


What are the Static and Dynamic Variables? Differentiate them.

0 Answers   CGI,






What is the purpose of finalization?

4 Answers  


How do you escape sequences in java?

0 Answers  


What do you mean by boolean?

0 Answers  


describe synchronization in respect to multithreading? : Java thread

0 Answers  


Can we clone singleton class in java?

0 Answers  


Is java a digit method?

0 Answers  


What is classpath?

0 Answers  


Categories