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

Difference between flush() and commit() in hibernate?

2 Answers   Bally Technologies,


How to find the largest value from the given array.

0 Answers  


How to deprecate a method? Show it with proper example. Plz give the answer of this.Thanx in advance. mail me: tanzeem.akhtar@gmail.com

2 Answers  


if a java file without any source code is valid java file?

3 Answers   SparkTG,


What is type inference in java8?

0 Answers  






How long will it take to learn java?

0 Answers  


How do you control extraneous variables?

0 Answers  


What are the drawbacks for singleton class?

0 Answers  


What happens if a constructor is declared private?

0 Answers  


What are the differences between abstract class and interface?

0 Answers  


What is the r character?

0 Answers  


explain different ways of using thread? : Java thread

0 Answers  


Categories