I have a question to you. Must I take the essay examen again if I fail? Or must I just resubmit my assignment and that's it.
Can you help me???
Thank you.
Regards
Baris Dere
Hanna Habashy
Ranch Hand
Joined: Aug 20, 2003
Posts: 532
posted
0
Don't even consider it..
SCJD 1.4<br />SCJP 1.4<br />-----------------------------------<br />"With regard to excellence, it is not enough to know, but we must try to have and use it.<br />" Aristotle
Guvenc Gulce
Greenhorn
Joined: May 19, 2004
Posts: 6
posted
0
Merhaba Baris, Here is a snip from sun faq:
What do I do if I fail the assignment? If you have failed and wish to resubmit for another attempt, you will need to contact your local Sun office to purchase a resubmission voucher for your exam. You will only need to resubmit your assignment. We do not require you to retake your essay exam.
I got taken the essay examen yesterday and I don't know which score I get.
I did a BIGGG mistake in my code.. So I think I will fail
I forgot to make the Data class method modifiers 'synchronized' and I give just ONE instance to the clients... very stupid...
Succes guys
Regards
Baris Dere
Serkan Yazici
Ranch Hand
Joined: Apr 24, 2004
Posts: 33
posted
0
Merhaba all
Baris; there shouldn't be any need to make Data methods (including lock/unlock) synchronised. Actually, it would be less efficient due to unnecessary blocking of methods. Locking mechanism itself is there to provide the synchronisation.
If the provided interface for your assignment specified your lock/unlock methods using cookies, using Data instances wouldn't be necessary either. They provide all the client identification you need. In my case I had to use instances to identify clients because my interface didn't use cookies.
I'm taking my essay exam tomorrow as well. All the best luck...
Originally posted by Baris Dere: I did a BIGGG mistake in my code.. So I think I will fail
I forgot to make the Data class method modifiers 'synchronized' and I give just ONE instance to the clients... very stupid...
Succes guys
Baris, I have locking implemented so that no 2 clients can access the same record at the same time through lock/unlock methods.At the database access layer, I have a single Raf object that is being shared among the clients with synchronized access.I do not have the Data class methods syncronized in my design and I do not see any reason to do so also.(In my design it also does not matter whether I have a single instance of Data class or multiple instances of Data class for my clients in my design, though there may be a few performance tears)
Baris Dere
Ranch Hand
Joined: Mar 23, 2004
Posts: 31
posted
0
Hi,
When a client requests a DataInterface then my server will return DataInterfcae class that includes a reference to my Data class. This Data class instance exists just one time. So when 2 clients working on it, if client 1 set the pointer of my RandomAccessFile to some where else and the client 2 somewhere else. I mean this:
Baris, Have courage. It sounds like a small 1-word mistake. If I were the examiner,I wouldn't mind as long as the record locking code is fine, but do keep us updated.
Cheers,
Baris Dere
Ranch Hand
Joined: Mar 23, 2004
Posts: 31
posted
0
:-)))
I Hope you are right.
So still waiting for the results...
:roll:
Baris
Andrew Monkhouse
author and jackaroo
Marshal Commander
Note that this is the link that gives you access to a "passed/failed" status only, as well as giving you the oportunity to "publish" your results for potential employers to view.
This gives you Prometric's view of your certification history. They are unaware of whether you pass or fail. When I log in, I also only get a "Tested" result (and I passed a year ago).
I took my exam on the 26th April. A few days the result appeared on the assignment watcher website.
However, as of today (2 June), there is still no update to the ip7 site.
More curiously, for a while, on the ip7 site it clearly showed that the result from the exam was pending. Now, even this has gone (but it still says in the other site passed ! )
Any ideas? I've emailes sun and they said log on to the assignment watcher site to see the result - no mention of the ip7 site.
Steve.
SCJP 1.4, SCJD, SCWCD 1.4
Denis Spirin
Ranch Hand
Joined: Mar 22, 2004
Posts: 72
posted
0
Steve,
i7 site (history page) and CertManager as well will not reflect anything until you get grade P (passed) or F (failed) (F will appear on CertManager only). There is nothing about SCJD in my history (yet).
When you take essay exam, on Prometric site you see 'Tested' record - they do not mark you exam.
Now, the only site you should look at is CertManager. The result will appear there.
I took the written test on Apr 21 and just checked all three sites, nothing yet.
Mike Keller
Greenhorn
Joined: Mar 22, 2004
Posts: 9
posted
0
Let me get this straight. From Sun certification FAQ: --------------- What do I do if I fail the assignment? If you have failed and wish to resubmit for another attempt, you will need to contact your local Sun office to purchase a resubmission voucher for your exam. You will only need to resubmit your assignment. We do not require you to retake your essay exam. ------------------ Does this mean that if my assigment is accepted and i fail the essay exam, all i have to do is resubmit my assignment? If the assignment is accepted I can skip the essay exam on the second go-around?
Michael Keller, BS,SCJP
Denis Spirin
Ranch Hand
Joined: Mar 22, 2004
Posts: 72
posted
0
Does this mean that if my assigment is accepted and i fail the essay exam, all i have to do is resubmit my assignment? If the assignment is accepted I can skip the essay exam on the second go-around?
You cannot fail essay exam, you write it only once. If you fail you need to correct your code and resubmit it.
amchi gelo
Ranch Hand
Joined: Jul 01, 2002
Posts: 75
posted
0
Originally posted by Sanjay Joshi: I took the written test on Apr 21 and just checked all three sites, nothing yet.