posted 18 years ago
No worries man,
It took me a bit to understand a lot of what the book was saying until I actually started writing my own programs and using the knowledge the book imparts.
If you don't want to buy any book or go to the local library to check em out, do a google search for "cs151 java tutorial" minus the quotes and you'll be led to an excellent online tutorial complete with exercises and quizzes.
But honestly I think the best way is to bookmark the latest API from Sun and get a hold of an OS project written in java that interests you. You'll come across custom methods that you have to figure out the workings of, you'll come across new concepts (I just discovered the wonderful world of Collections, and successfully explored the ability to put a Hashtable inside a Hashtable, fun stuff. Almost like databasing), and most of all you'll most likely have fun doing it while working on something you believe in.
I'm not discounting the books as I've read them and pretty much understand them, but explore other avenues so you get experience reading and writing code, and seeing how other people who are more experienced work. Pretty much the same with any trade you pick up.
Nate
The very existence of flamethrowers proves that at some time, some where, some place, someone once said to themselves "I'd really like to set those people on fire over there, but I just can't get close enough".