Answer Posted / venkat.kanneganti
yes,nested try statements are possible,nothing wrong
try {
//some code
try {
//some code
}
catch(Exception e){
}
}
catch(Exception e) {
}
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are drawbacks of singleton class?
Why does java have different data types for integers and floating-point values?
What is set in java?
Describe what happens when an object is created in java ?
Which class should you use to obtain design information about an object in java programming?
How do constructors use this() and super()?
Is nullpointerexception checked or unchecked?
What is struts in java?
What is the meaning of I ++ in java?
Where are global variables stored?
How to invoke external process in java.
Can we have try without catch block?
What is unicode with example?
Can a lock be acquired on a class in java programming?
What is the string function?