sandiraj
Answered On : Aug 30th, 2012
it shows an error because we must write try before catch

1 User has rated as useful.
Login to rate this answer.
pramod kumar
Answered On : Sep 6th, 2012
""X""
Code
{
}
}
cath(InvalidException e2)
}
finally()
{
}

1 User has rated as useful.
Login to rate this answer.
kalamalla71711
Answered On : Sep 14th, 2012
Must & should try with catch . catch with out try not possible. it give compilation Error.
Login to rate this answer.
avinash
Answered On : Sep 25th, 2012
Compile time error because order of catching exceptions is not correct
Login to rate this answer.
Abhinav Rohatgi
Answered On : Apr 1st, 2013
It is already handled by the catch block for Exception.Compilation error occurs
Login to rate this answer.
MD.Aftab Alam
Answered On : Apr 7th, 2013
Compile Time Error
Login to rate this answer.
Ravi
Answered On : Apr 16th, 2013
Compile Time Error..
Login to rate this answer.