In general, certifications are only "worth it" if you know they will help you get a job. If you're trying to start your programming career, my guess is that actual programming experience (rather than exam certification) will be much more valuable in the long run. My guideline is to not shell out for something like a certification unless someone is asking for it. For example, if a large portion of job listings you might apply for are asking for certification, it's a better idea than if nobody seems to care either way.
Ask employers how they feel about Java certification, and what qualifications they consider to be most important in potential hires. If you're passed over during hiring politely ask what might make you more likely to qualify for a similar position, and if they have any recommendations. If you go about it the right way, employers are generally happy to provide some useful feedback.
Overall, the most important thing you can do is code, code, code, and make sure you love doing it. Writing code because the money is good will get old fast, but writing code because you love to (and getting paid for it!) is the best you could ask for. :-)
Edit:
I also don't want to discount the helpfulness of books. Here are a smattering of good Java books that you may find useful — I suggest reading reviews (and skimming through them at a bookstore if possible) before purchasing.
As with any programming book, your perception of their usefulness will largely be a function of your understanding of any programming concepts the author may consider a prerequisite. Depending on your skill level, you may want an introductory book as well. I don't have any specific recommendations there, but if you do buy one, be sure it was published fairly recently (in the last 2-4 years, I'd suggest) so you don't miss out on recent additions to Java.