What is collction framework?How it is working?Explain.

Showing Answers 1 - 7 of 7 Answers

Nirmal

  • Dec 4th, 2005
 

http://java.sun.com/j2se/1.5.0/docs/guide/collections/index.html

  Was this answer useful?  Yes

Chandu

  • Dec 11th, 2005
 

collction framework reduces the programming effort while increasing the performance.

  Was this answer useful?  Yes

pk_techy

  • Dec 16th, 2005
 

Collection framework provides set of classes and interfaces to work with group of objects. The collection framework mainly provieds three interface classes Set, List, and Map.  Set's Implementation are HashSet, TreeSet  and LinkedHashSet. ArrayList and LinkedList implement List interface. HashMap, TreeMap and LinkedHashMap implement Map.

  Was this answer useful?  Yes

roshan

  • Dec 23rd, 2005
 

Collection framework provides set of classes and interfaces to work with group of objects. The collection framework mainly provieds three interface classes Set, List, and Map. Set's Implementation are HashSet, TreeSet and LinkedHashSet. ArrayList and LinkedList implement List interface. HashMap, TreeMap and LinkedHashMap implement Map.

  Was this answer useful?  Yes

gopal

  • Dec 26th, 2005
 

map is not a part of collections na.

  Was this answer useful?  Yes

deepak

  • Apr 15th, 2006
 

Collection is a java package that provides the facilities to work on a group of objects as a single unit.it contains intefaces and classes the provide this facility.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions