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 difference between abstraction and encapsulation?

567


What does it mean that a method or field is “static”?

554


What is nullpointerexception?

564


What does split function do in java?

545


What is the maximum size of a string in java?

553






What is the use of pattern in java?

518


What is split return?

495


How to check if a list is sorted in java?

592


What is the simpletimezone class in java programming?

545


What do you mean by Hash Map and Hash Table?

608


Is void a wrapper class?

537


Explain about java sdk?

583


What are the types of sockets in java?

546


How many threads can I run java?

554


Discuss different types of errors that generally occur while programming.

583