vote up 5 vote down star
3

Title pretty much says it all. For obvious reasons, I'm only interested in your answer if you passed.

EDIT: While I appreciate the comments about the SCJP exam, I am asking about the SCJD, which is administered in a very different fashion from the SCJP.

EDIT 2: Comments on the value of certifications are also not useful. My question assumes that you've already decided you want the certification, and asks how to prepare for it.

flag
1  
I think that certificates do not make you a better programmer. When we hire developers, certificate is a shortcoming. – stepancheg May 8 at 20:37
3  
Rubbish, I don't see how study (through the SCJP/SCJD certification) CAN'T make you a better programmer in terms of Java... I think the shortcoming is in your inability to recognize a developer who is willing to go out of their way to improve their programming ability... – Jon May 8 at 23:43
@stepancheg: There are plenty of questions on SO for discussing that (e.g. stackoverflow.com/questions/209045/…, stackoverflow.com/questions/281100/…). Here, if you read the short question closely, your comment is fully irrelevant. – Jonik May 18 at 20:25

4 Answers

vote up 2 vote down

Robert,

as the other members I'm SJCP certified, it's not very commom to find SCJD certified people.

But my approach was reading the Kathy Sierra book and answering Test Killer simulates, which give me a lot of questions that are on the exam. You can find the simulates on internet forums and I think they are the best study source.

link|flag
vote up 1 vote down

I worked through two Tutorials:

  1. The Swing Tutorial (especially the table parts)
  2. The RMI Tutorial

And I had a good look at the java.lang.reflect.Proxy class to use it in my architectural design.

That's about it, I don't think you need to prepare more than that if you have a basic Java know-how.

link|flag
vote up -3 vote down

Go buy this book ASAP SCJP Sun Certified Programmer for Java 6 Exam 310-065 by Sierra and Bates. I used this book to study and passed pretty easily. The authors wrote the certification test and provide more than enough examples to help you prepare.

Edit: I just read your question closely and I totally answered for the SCJP exam. However, the book I mentioned in my answer does have coverage of the SCJD exam. From what I have read, you basically just have to justify your design/implementation of the assigned project. One of my professors in college gave us a sample SCJD project for our final project and it wasn't too difficult. I would just make sure you have a very good understanding of OOAD an design patterns.

link|flag
Again, this answer is for the wrong test. – Robert J. Walker May 11 at 23:18
vote up -4 vote down

I completed scjp.We were three members ,we had a combine study.We referred the book SCJP book by Kathy Siera.We understood each and every concepts in depth as much as possible.We tried to solve as many questions as possible.So We passed SCJP with good scores.

link|flag
What's with the upvotes - this answer misses the question completely. – Jonik Mar 17 at 14:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.