I just took the
test today and passed with a 74% score...
The test was hard, but on the other hand, I don't have much programming experience. I studied for about three months before I took the test and it paid off...
boolean testPassed = false;
try {
SunCertifiedProgrammerExam();
testPassed = true;
} catch (HeadExplodeException he) {
System.out.println("Game Over, please try again...");
}
if (testPassed) {
System.out.println("I'm a Certified Nerd...

");
}
/Bamse