----------------------------------------------------------
Maybe you can define it, it may even compile.
But the exception will never be handled, it will in fact be silently eaten and ignored.
--------------------------------------------------------
no Jeroen Wenting UR very much wrong
how compiler will silently eat and ignore???
(is the food like by compiler ya)
its possible to throw exception in a overridden method in any derived class because Object class has a finalise() method with following syntax
protected void finalize() throws Throwable
check in
java API