I'm working my way through the K&B book. I'm on chapter 5 right now.
I study and go through the exercises. I think I understand the concepts quite well until I get to the "Self Test" at the end of each chapter.
I review the answers, re-read the chapter, and try the "Self Test" again and I still get some wrong. (Chapter 3 was the worst so far.)
Is this normal?
I don't want to try the mock exams until I've finished going through the whole book.
Any suggestions?
Avishkar Nikale
Ranch Hand
Joined: Aug 06, 2010
Posts: 173
posted
0
Barbara,
You are not alone to experience this , welcome to the club.
I am currently at the second pass of reading of the book.
There are people who have said that they read the book 3 times before getting to complete mock tests
& then over to the exam.
So it is perfectly OK to get them wrong , but more important to get to know
why were you wrong & then burn the concept in.
Hope this helps.
Best of Luck & keep posting ...
Regards,
Avishkar Nikale
Avishkar Nikale
Ranch Hand
Joined: Aug 06, 2010
Posts: 173
posted
0
For your next post you can go through the FAQ's first
Campbell Ritchie wrote:...Is anybody on this website normal?
There was that one guy, who posted by accident in 2003. Otherwise...
Barbara, yes, that's normal. Getting questions wrong will help you by showing where you need to focus more attention. So use that as a learning tool, and don't be discouraged.
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer sscce.org
Barbara Flink
Greenhorn
Joined: Aug 02, 2010
Posts: 21
posted
0
Thanks for your encouragement guys.
It sounds like I just need to keep on doing what I've been doing.
You Gin
Ranch Hand
Joined: Jul 23, 2010
Posts: 52
posted
0
Hi Barbara, can I ask you what kind of book are you talking about?
Thank you.
Barbara Flink
Greenhorn
Joined: Aug 02, 2010
Posts: 21
posted
0
I'm taking about the the Sun Certified Programmer for Java 6 Study Guide by Kathy Sierra and Bert Bates.
Folks on this site like to refer to this study guide as "K & B" as in "Kathy and Bert"
Apparently it is the definitive prep tool for the SCJP exam.
You Gin
Ranch Hand
Joined: Jul 23, 2010
Posts: 52
posted
0
Ah, ok, I see. One more question, if you would. Can it be used for Java learning (from a scratch) or just for kind of exams preparation once you know something?
I've got a similar habit of reading a chapter, understanding it, then the next day I can't remember anything and fail the mock exams.
I'm on my first pass of the SCJP book but will probably make 3 in total before I attempt the exam, to be sure ;)
Some things I can recommend, grab a copy of "Head First Java" if you can, its by the same authors. Its easier to read and has good examples, so you might remember things better and do the self-tests better.
Also try and play with some code as you go, that makes it sink in a little better
Don't be put down by some failed self-tests, its going to take time/dedication to get it right, just like anything!
Ah, ok, I see. One more question, if you would. Can it be used for Java learning (from a scratch) or just for kind of exams preparation once you know something?
The book I was referring to is for SCJP exam preparation.
There are other books for learning Java.
The folks on this site recommend "Head First Java".
I used a different book when I took some Java classes at a local community college.
James Elsey Today 6:31:21 AM Subject: Is it normal?
Don't worry about it Barbara, its OK ...
Don't be put down by some failed self-tests, its going to take time/dedication to get it right, just like anything!
Thanks for the encouragement, James.
You are absolutely right! Anything worthwhile takes time and dedication.
When do you plan to take the exam?
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32703
4
posted
0
Barbara Flink wrote: . . . The folks on this site recommend "Head First Java".
I used a different book when I took some Java classes at a local community college. . . .
You should recommend the book you found helpful (or otherwise warn against it).
Barbara Flink
Greenhorn
Joined: Aug 02, 2010
Posts: 21
posted
0
Campbell - I can tell you take your job as "Sheriff" very seriously.
Okay... for what it's worth...
The textbook I used is "Java How to Program ... Eight Edition" by Paul Deitel and Harvey Deitel
It's HUGE!!! Plus it has a CD that comes with it. (The thing weighs over 5 pounds.)
It's probably more expensive than other similar books.
It seems to be quite thorough.
Overall, I suppose I'd recommend it (but not an overwhelming endorsement).
(Personally, I find the D&D book too big to be useful. I think it started off okay despite a focus on GUI aspects--don't know if it's still like that--but grew to cover too much of Java.)
Barbara Flink
Greenhorn
Joined: Aug 02, 2010
Posts: 21
posted
0
Very well put David.
You Gin
Ranch Hand
Joined: Jul 23, 2010
Posts: 52
posted
0
I'll check those books also, thank you guys.
Neil Cartmell
Ranch Hand
Joined: Feb 13, 2010
Posts: 150
posted
0
David Newton wrote:(Personally, I find the D&D book too big to be useful. I think it started off okay despite a focus on GUI aspects--don't know if it's still like that--but grew to cover too much of Java.)
It has optional GUI sections at the end of each chapter near the beginning but i think those are for people who are impatient. I skipped those GUI sections until the main GUI chapter.
I've got to admit i'm surprised the book hasn't got more praise. I mean compared to other tutorials i've read it just makes everything seem so clear. And has loads of code examples and LOADS of exercises. I love it. It's the first book i've read where i feel like i'm actually being taught
Edit: I should say the first book regarding Java that i feel like i'm being taught.
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32703
4
posted
0
. . . and you can probably get the 6th edition of Deitel for a lot less, for example at Amazon. Don't use the 5th or earlier editions.
I personally like the Deitel style, but I know there are people who absolutely detest it. I have not met anybody who is indifferent about Deitel books; you either love them or hate them
well in my case I forget things and this really makes lot of problem with me I understand the concept very well but after sometime I forget it..It is better to brush your knowledge and keep it update as much as possible...
No Kaustubh No Fun, Know Kaustubh Know Fun..
Barbara Flink
Greenhorn
Joined: Aug 02, 2010
Posts: 21
posted
0
Thanks Kaustubh!
I am trying to go through the book slowly so that I will be able to retain what I am learning.