Try and catch
Saturday, May 5, 2007 4:28:00 AM
try {
      takeMasterOfCSExam( );
} catch ( PassException e ) {
      think( );
} catch ( FailException e ) {
      prepareMBAExam( );
} finally {
      workForJobPromotion( );
}
      takeMasterOfCSExam( );
} catch ( PassException e ) {
      think( );
} catch ( FailException e ) {
      prepareMBAExam( );
} finally {
      workForJobPromotion( );
}







