Originally posted by Bhavna Jharbade:
according to me the correct ans are 1 & 2. But the exam said 2 & 4 to be correct.wht do you all say?
Originally posted by Smitha B:
Hi Sergei,
I am planning to give my exam next weekend.Since you have given the exam I needed some advice.
1.In multiple choice questions , do questions specify how many choices we have to select?
2.Also , my main question is If i plan to leave a particular question and come back to it later, how do you do that in exam? Do we have a mark button or something?
3.Do they give pencil ,paper in exam? Any specific things to carry for the exam?
4. And last, as my id is passport sufficient.In prometric site they have indicated they need 2 ids ,one with photo.My drivers id has my maiden name so i guess that wont work.Will my credit card work work has second id?
Cheers
Smitha
Originally posted by Barry Gaunt:
Well, um, ah, ouch, yes.Moral: When you are at a party, never slip away for five minutes to checkout SCJP. Just have another drink and relax.
![]()
Originally posted by Marzo Kaahn:
Sergei, what trick?
Originally posted by Dharmesh Gangani:
I understood what "Struan Kerr" had to say.
Actually, values of a final variable cannot be changed once assigned. In my case, i am creating a final object and this object holds some value.
I can very well change the value the object is holding because the object is declared as final. It means that i cannot change the reference to the object.