views:

76

answers:

4

Does anybody know of a Java programming workbook? Kind of like pragmatic bookshelf's "Ruby Quiz", except for Java. Not a book of explanations, but a book of problems. Thanks in advance!

+1  A: 

You can start with the "Java Puzzlers". If you think you know Java, you might think again.

If you answer all the puzzles correctly then you are probably a master of the art.

andreas
+4  A: 

While waiting for even better answers you can start at CodingBat!

Andreas_D
Cool little site - +1 for the great link!
mikera
A: 

SCJP Certification books which contains all the difficult problems from a feature Perspective in Java .

SCJP 1.5 or SCJP 1.6

Java Puzzlers

YetAnotherCoder
A: 

Not a book, but JavaRanch's Cattle Drive has several programming tasks oriented (somewhat) toward learning Java well enough to become an SCJP.

GreenMatt