Originally posted by baseballgod69
So what you're saying is that instead of spending the next week trying to read and full understand this I should just go into it and if I am confused on something I should just look it up.?
No, what you should do is sit down, read the book/tutorial from the beginning to the end, do all the examples. As you learn a certain concept, write a program ON YOUR OWN in Java that represents that concept (for example, one chapter you might learn about variables and operators, make a calculator). However, you have to learn the basics before you're ready to write programs on your own.
Just focus on the tutorial/book, read it through, and when you have a question, look it up or ask. Build programs to reinforce your knowledge.