I was programming the other day when suddenly... NULL POINTER EXCEPTION!!!
Name:
Anonymous2005-09-15 9:43
Exceptions should be avoided because they are a) slow and b) difficult to understand (they're basically a goto). They should only be used to handle things beyond your control.