Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is difference between colection and collections?

Answer Posted / mike

collection(lowercase c)represents any of the data
structures in which object are stored and iterated over.

Collection(Uppercase C)represents the interface which is
extended by three other interfaces(Set,List and Queue,Map
doesnt extend Collection interface).Guys,its extended not
implemented(hope you all know the difference between the
two,interface can extend interface,remember?)

Collections(upper case C with s at the end)this the
java.util.Collections class that holds a pile of static
methods for use with collections.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What about interrupt() method of thread class ?

1119


What is the benefit of abstract class?

995


Where local and global variables are stored?

1126


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

1358


What is a conditional statement explain with example?

1063


Why do we need wrapper classes?

1117


What are the differences between wait() and sleep()?

1048


What is lazy programming?

1089


Can we override the overloaded method?

1193


What does jre stand for?

1121


What do you mean by JVM?

1138


Is string is a data type?

988


What are keywords in programming?

1067


How are multiple inheritances done in Java?

1194


Explain the scope or life time of class variables or static variables?

1038