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

i don't want fullforms of JDK an JVM i want definitions for them

2 Answers  


Which package is used for pattern matching with regular expressions?

0 Answers  


Can we extend singleton class in java?

0 Answers  


Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?

7 Answers   Ericsson,


Why destructor is not used in java?

0 Answers  






What is the escape character in java?

0 Answers  


Name container classes in java programming?

0 Answers  


What is oop principle in java?

0 Answers  


What is integer valueof?

0 Answers  


How do you sort data in java?

0 Answers  


What restrictions are placed on method overloading in java programming?

0 Answers  


What is the purpose of return statement?

0 Answers  


Categories