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 is a qualifier in a sentence?
Explain what is Marker interface?
why would you use a synchronized block vs. Synchronized method? : Java thread
Why use string handling in Java?
Explain the Propertie sof class?
What is oop principle in java?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Can we force the garbage collection to run?
What do you mean by data type?
Why is it called a string?
Give a brief description of java socket programming?
What is the Difference between Final Class && Abstract Class?
Which eclipse is best for java?
What do you mean by stream pipelining in java 8?
List out five keywords related to exception handling ?