posted 22 years ago
If I were to return a boolean value from a method, and this value is false in case there is an exception thrown in the method(that is being called) how do i do it?
public boolean methodA(){
try{
...
}catch(Exception e){}
return true;
}
will this automatically return false when there is an exception inside the try...catch block?
[ October 21, 2002: Message edited by: sonny kher ]
_ __________________ _ <br />RHCE<br />SCJP<br />??:-(