Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.

I have always had trouble learning this aspect of java.

akr
2010-09-04 12:42:00
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/)