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 is aggregation in java?

0 Answers   IBS,


How do you write a conditional statement?

0 Answers  


Difference between Interface & Abstract class?

5 Answers  


Can a lock be acquired on a class?

3 Answers  


What is a treemap in java?

0 Answers  


Can we have multiple catch block for a try block?

0 Answers  


Define an applet in java?

0 Answers  


how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread

0 Answers  


What are different types of access modifiers?

3 Answers  


What is math floor in java?

0 Answers  


what is difference between global methods and local methods?

1 Answers  


What is a method ?

6 Answers  


Categories