GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java

 Print  |  
Question:  What is collection framework?what interfaces and
classes support collection framework?


Answer: one can use different groups of objects in program using collection frame work.for more detail read
collection frame work from java.util pack.


April 04, 2006 23:57:20 #4
 soorma   Member Since: February 2006    Total Comments: 4 

RE: What is collection framework?what interfaces and
 

 A collection is a group of object. its provide ways (using classes n interface)for fundamental alteration in the structure and architecture of many element in java.util pakage

classes>>>

Collections,AbstractCollection,AbstractList,AbstractMap,AbstractSet,

Arraylist,Arrays,Date,Calendar,TimeZone,Stack,StringTokenizer,

HashMap,HashSet,HashTable,TreeMap,LinkedList,Vector

INterface>>>

Collection, Comparator,Enumrator,Iterator,ListIterator,

Map,Set,SortedMap,SortedSet

     

 

Back To Question