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 !
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 ***
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
-
▼
2010
(38)
-
▼
January
(29)
- 28 - Review - xxxValue() - parseXxx() - valueOf()...
- 27 - Review - type of an array - level basic - Jav...
- 26 - Review - protected - level basic - Java 1.6.0...
- 25 - Review - private - level basic - Java 1.6.0_1...
- 24 - Thread : notify/notifyall- level basic - Java...
- 23 - Thread : deadlock - level basic - Java 1.6....
- 22 - Thread : same or different object ? - level ...
- 21 - example of Thread.join - level basic - Java ...
- 20 - non public class and public method - level ve...
- 19 - hashCode - level basic - Java 1.6.0_17 - NB 6.8
- 18 - Sorted Sets and a strange class - level basic...
- 17 - Arrays.sort example - level basic - Java 1.6....
- 16 - Comparable and Comparator - level basic - Ja...
- 15 - two ways to compare - level basic - Java 1.6....
- 14 - RegExp
- 13 - Example with transient (3)
- 12 - Example with transient (2)
- 11 - Example with transient (1)
- 10 - Netbeans does not seem to do anything !
- 9 - Local conversions
- 8 - Abstract classes and static methods
- 7 - Object Creation
- 0 - ERRATA - SCJP Sun Certified Programmer for Jav...
- 6 - visibility of interfaces and classes
- 5 - short and char
- 4 - classes public or not ?
- 3 - Forcing to catch Error
- 2 - Numerics
- 1 - Scope
-
▼
January
(29)
No comments:
Post a Comment