Wing asks:
I have always had trouble learning this aspect of java.
Know someone who can answer? Share the question with your friends!
I have always had trouble learning this aspect of java.
Comments for this Question are closed.
If you are looking for help, please ask a new question here.
We will be happy to help you!
Hide 1 Comment
Collections is a group of API to organize data. You must choose an implementation of the API to write your own programs.
There are two implementations I know of – one that comes with the JDK and other from Google (http://code.google.com/p/guava-libraries/)