NPE
What is the staus of an application when a NEP(NullPointerException) is raised.I would like to know it in two scenarios:1) a single stand alone application2) a distributed application,
What do you mean "status"?NPE is just like any other unchecked exception, and it doesn't matter if it's standalone, applet, web app, whatever.
jverda at 2007-7-12 23:47:39 >
