Life of a java disciple |
|||
|
Thursday, November 18, 2004
Why is Bill Gates so concerned about spamMicrosoft has been talking about Spam for a while. So why is Bill Gates so concerned about Spam? Apparently thats because he world's most spammed man. Wednesday, November 17, 2004
J2SE 6.0 Snapshot ReleasesSun released a snapshot release of Mustang. You can download binaries and Source bundle too. Detailed list of changes is available (Thanks to Graham Hamilton for quickly providing a change list). java -version output: java version "1.6.0-ea" Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-ea-b12) Java HotSpot(TM) Client VM (build 1.6.0-ea-b12, mixed mode, sharing) This snapshot release mostly contains bug fixes. One of my favourite bug fix in 1.6 is: 4921296:ClassCastException needs more verbose detailMessage Consider the following code:
This used to give a not so useful message till mustang:
Mustang includes both target and object class names in the message:
|