| Author |
catch and try
|
T sandya
Ranch Hand
Joined: Aug 03, 2006
Posts: 64
|
|
|
can we write catch and try blocks inside catch block.
|
 |
Ajay Singh
Ranch Hand
Joined: Dec 13, 2006
Posts: 182
|
|
|
sure, its allowed
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12929
|
|
|
For simple questions like this, it's best to try it out yourself. That way you not only get an answer to your question, but you also learn more about how Java works. You learn a lot by experimenting, trying things out.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: catch and try
|
|
|