Java Examples tries to cover too much in too few pages. It's usefull, yes, but I actually find a few of the examples to be to easy. They do not delve to the heart of the matter.
Also, a few of the actual examples contain errors, e.g. "Animation with images p. 67-69" uses Applet.getDocumentBase() when the correct method is getCodeBase().
This was trivial, but other examples also do not work and the solution is sometimes harder to find.
So, I was disappointed, because "Java in a nutshell" is reliable and extremely usefull.