I use Netbeans to write all my code and I've noticed that if I do it
wrong and the program throws an (unexpected) exception, it becomes
possible to see the source code for the all the classes used leading
up to the exception.
I presume it must be possible therefore to somehow view the source
code for all the classes in sun's library (e.g. Swing, awt, sql).
I reckon this would be a pretty good way of learning how to write good
java.
How do you do it?
Andy
wrong and the program throws an (unexpected) exception, it becomes
possible to see the source code for the all the classes used leading
up to the exception.
I presume it must be possible therefore to somehow view the source
code for all the classes in sun's library (e.g. Swing, awt, sql).
I reckon this would be a pretty good way of learning how to write good
java.
How do you do it?
Andy
Comment