views:

624

answers:

4

Java collections are invaluable tool in exchanging data between database and service layer. We have various cases of a HashMap, ArrayList, a HashMap of arraylists etc.

I'm looking for programming samples, that contain a lot of exercise from simple to complex to deal with collections. It need not have answers/sample codes, just a variety of difficult questions would be enough.

Anyone know of any such website?

+2  A: 

Official Java Collections Tutorial

GvS
+2  A: 

I'm not sure this is very complex (it's meant to serve as interview questions), but it's a decent collection of questions on collections (I've used it in the past when interviewing people for developers positions).. : http://www.interview-questions-java.com/java-collections.htm .

Gadi
+1  A: 

The Java Developers Almanac.

Artem Barger
A: 

Java Data Structures

Suresh Kumar