This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes I have two doubt in collection. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "I have two doubt in collection." Watch "I have two doubt in collection." New topic
Author

I have two doubt in collection.

arulraj michealraj
Greenhorn

Joined: Mar 02, 2005
Posts: 28
I have two doubt in collection.

1. In which class collection interface methods will be implemented?
2. what is diference between collection(interface) and collections(class) and what is that need?


thanks
Arulraj
pascal betz
Ranch Hand

Joined: Jun 19, 2001
Posts: 547
it seems like you should have a look at the different classes in the java API
http://java.sun.com/j2se/1.4.2/docs/api/java/util/package-frame.html
there you see all the interfaces and implementations as well as the helper classes (e.g. Collections).




pascal
arulraj michealraj
Greenhorn

Joined: Mar 02, 2005
Posts: 28
thanks..
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: I have two doubt in collection.
 
Similar Threads
Doubt
Gnerics Doubt.
Generics doubt
collections doubt
doubt....