This is some information on the Java 6 certification that I prepare. This information is not very well structured and it is most of the time an answer to the questions that come when I read the SCJP 6 book (Bates and Sierra). *** AS OF 5 OF MARCH 2010, I AM SCJP 6.0 ***

Thursday, January 7, 2010

0 - ERRATA - SCJP Sun Certified Programmer for Java 6 Study Guide

ISBN
978-0-07-159108-9
978-0-07-159109-6
978-0-07-159106-5

MHID
0-07-159108-7
0-07-159109-5
0-07-159106-0

p281

question 7
line 12
should read   System.out.println(Suits.NOTRUMPS.getValue(3));
instead of System.out.println(Suits.NOTRUMPS.getBadValue(3));

question 7
IMHO answer A is confusing
The output could contain 100 instead of 30 to proove that the constant class body is called...

p374-375

examwatch
It is maybe very fun to read but I don't like the fact that the programmer is encouraged to put some functionality into the code of the exception. Something that we never do. You throw MyException in the class MyException and I don't advice a programmer to do such things...

p445,
448

class Writer1,
Writer2
In the chapter on the Java exceptions it is written to NEVER EVER catch en exception and do nothing with it and it is what is done in the exception handler ! If an IOException occurs you will see NOTHING !

No comments:

Post a Comment

Followers