Ask Me Help Desk
>
Computers & Technology
>
Programming
>
Compiled Languages
>
Java
> Exception
PDA
View Full Version :
Exception
singh2928
Feb 23, 2010, 06:07 AM
Try block is possible inside the catch block in java
jmd814
Feb 25, 2010, 07:58 AM
If you are asking if you can put a try/catch block inside an "outer" catch block, the answer is yes.