explain the collection in java

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the main use of generics in java?

708


how to one war file class to another war file class?

1766


What is io stream in java?

728


what is abstract class in Java?

875


What is return keyword in java?

796


What are basic data types?

769


Is static variable stored in heap?

690


What is the use of set in java?

837


Is minecraft 1.15 out?

737


What is meant by method overriding?

770


What do you understand by classes in java?

754


Can you access the private method from outside the class?

718


What do you mean by static variable?

779


Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?

776


How to obtain a performance profile of java program

738