File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes We Did It!!!!!! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "We Did It!!!!!!" Watch "We Did It!!!!!!" New topic
Author

We Did It!!!!!!

B Barnett
Greenhorn

Joined: Oct 03, 2000
Posts: 9
Greetings fellow JavaRanchers:
Yes, I have joined the ranks of the Sun Certified Java Programmers and am very happy. I shouted in the testing center when I got the results and danced all through the parking lot.
Okay, here is what everyone taking the test wants to know:
I do not have an IT background but wanted to change carrers so I attended a technical school for 10 months. We studied Java for a month and it just made sense to me so I decided that I would pursue that.
The books I used to prepare was Bill Brogden's Exam Cram 2 (thanx bill for a great job! i got my money's worth) & Java How To Program 3rd Edition by Harvey Deitel. I studied for about two months, approximately 5-6 hours a day after work.
The one thing you can't prepare for is the actual test experiencs. Taking the mock exams is less stressful because you know it doesn't count but when you are doing it for real and the money you paid is on the line it can be unsettling. So, first of all, I would say STAY CALM and don't second guess yourself.
Here we go with the format of the exam without giving away any actual questions:
- I got hit with 5-6 questions about java I/O off the top. You need to know what the legal constructors are for File Input Stream, Random Access File, etc. Also, you need to be aware that Input Stream and Output Stream are abstract class and what the implications are because of that.
- Be aware that a String object is always initialized to null. There were about 5 questions that were testing you on this. I was suprised that it came up so much.
- Be aware (don't assume) what the substring(0,3) method of the String class does. Don't assume, check the API.
- Know what the rules are for using the String.equals() method.
- Know pre-increment and post-increment inside and out. For example, x++, ++x, x--, --x.
- Know GridBag and Grid Layouts and what will happen to components when the window is resized.
- Did I mention, KNOW JAVA IO!!! thoroughly.
- Garbage Collection: You cannot force garbage collection. Get that straight before you take the exam. You can "suggest" the JVM do gc but you cannot force it. Also, know the implications to passing a variable to an Array then setting the variable to null. Is it eligible for gc?
- Speaking of arrays, know how to create 2-dimensional arrays and what happens if you try to to asssign a reference to a one-dimensional array to a 2-dimensional array.
- Know under what conditions you can assign a subclass reference to a superclass object and when you have to explicitly cast.
- You should have overriding/overloading rules down 100%. I ran into about 5-6 questions on that.
- Collections: know which allow for duplicate values and which do not. Know which ones will allow you to sort objects. Sutdy ArrayList, Vector, Map.
- Constructors. You need to know that if you define constructors that take arguments, the compliler will not create a default constructor. Also, know that a constructor for a subclass will call the default constructor for the superclass and what will happen if you did not create a default constructor for the superclass.
- Exceptions: Know when you have use try/catch and that the finally block is ALWAYS executed.
- Threads: these questions will kill you if you are weak on threads. I would urge you to practice live code using threads that attempt to modify private member variables. Know what the valid constructors are for a thread. Keep in mind, you can use this as an argument to Thread constructor. I had about 5 questions on this and these were the ones with the longest code lines.
- There were also some simple questions on language fundamentals. Yes, you need to know how to shift bits: >>, >>>, <<.
- There was one trick question I remember. Know that when you instantiate a superclass object and assign it a reference to a subclass, the compiler knows what type of object it really is. If you call a method, you are calling the method of what type of object is really is, not what you instantiated. I can not say anymore without giving away the question.
- Know what the valid access modifiers are for inner classes and how can they be created.

I took about 10 mock exams I must give Marcus Green the credit. His Mock exam #1 and #2 were the closest to the real thing except that some of his questions are much harder than what Sun gave me.
Thank you to everyone posting their questions. At least three of the questions on the exam had to do with questions people posted within the last week. I can not say which ones exactly without giving away the question. It is crucial that you post a question, no matter how silly you think it is because you might give someone a better perspective on something.
I will still visit this forum to help with questions where I can.
Thank you all
B Barnett




bill bozeman
Ranch Hand

Joined: Jun 30, 2000
Posts: 1070
Good job and thanks for the detailed description. If you don't mind telling, what score did you get. I am trying to gauge wether or not I am spending enough time studying or not.
Jonathan Jeban
Ranch Hand

Joined: Oct 08, 2000
Posts: 52
Hi Barnett,
Congrats!
Hard work pays ...didn't it?
And thanx for sharing ur experience...
-Jeban
Amit Pasricha
Greenhorn

Joined: Oct 07, 2000
Posts: 14
great you cleared and thanx for such a discriptive points about exam, it would be gread help to me if you can mail me actual questions on threads.(try to remember)
it is my weak area and i suppose everybody is saying questions on thread are tough.
my email id is
amit_pasricha@hotmail.com
please take little time out and send me a mail, i disperately need from you
Ann , Varghese
Greenhorn

Joined: Oct 16, 2000
Posts: 13
Hi Barnett,
Thanks to both you & jeban for having passed on such valuable information.Congragulations to you!!!

rgds
Ann
Mapraputa Is
Leverager of our synergies
Sheriff

Joined: Aug 26, 2000
Posts: 10065
Congratulations!!!
This exam is difficult, I always wonder how people without programming background can pass it � it is twice more difficult for you! So Double-Congratulations!
Amit, actual questions cannot be given away, because everybody taking the exam must accept special agreement that prohibits from it. When you take the exam, you have to read two pages, which says that Sun owns a concentration camp in Sillicon Valley for violators of this rule, Violators are kept on one piece of pizza a day and calculate salary for Sun employees using VB�

Uncontrolled vocabularies
"I try my best to make *all* my posts nice, even when I feel upset" -- Philippe Maquet
Aru Ven
Ranch Hand

Joined: Sep 28, 2000
Posts: 199
Congrats Barnett.....
Yes...U Did It
Aruna
Ajith Kallambella
Sheriff

Joined: Mar 17, 2000
Posts: 5781
Hearty Congratulations Barnett!!
You do deserve a celebration

Best wishes
Ajith


Open Group Certified Master IT Architect.
Sun Certified Architect(SCEA).
Manish Singhal
Ranch Hand

Joined: Sep 21, 2000
Posts: 104

VERY GOOD. CONGRATS !!!
Manish
chetan nain
Ranch Hand

Joined: Jun 21, 2000
Posts: 159
Simply amazing
Jane Griscti
Ranch Hand

Joined: Aug 30, 2000
Posts: 3141
WOW!!! Thanks for the great post and Congratulations
------------------
Jane


Jane Griscti
SCJP, Co-author Mike Meyers' Java 2 Certification Passport
 
 
subject: We Did It!!!!!!
 
Threads others viewed
Passed SCJP2 today ...
Cleared Exam!
Question on constructors
Overriding Constructors?
Using the Keyword super
MyEclipse, The Clear Choice