Thursday, August 12, 2004

Handy way to create stack trace

It is many times desirable while debugging to know how the program flow came to this point of execution? I found this handy way of doing that. Insert:

new Throwable().printStackTrace();

Exceptions are not always bad !!! ;)

Paul Graham's Essays

Essays

I loved these ones.

This is my first post