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 JVM.JRE, J2EE, JNI?
What are the main differences between the java platform and other platforms?
What best practices should you follow while writing multithreaded code in java?
What is sortedmap interface?
What is difference between an object and a class?
What is meant by distributed application? Why are we using that in our application?
What is extension method in java?
How to perform merge sort in java?
What is listnode in java?
Explain the difference between runnable and callable interface in java?
Does java support function overloading, pointers, structures, unions or linked lists?
What is private protected in java?
what is the purpose of using rmisecuritymanager in rmi?
Are strings immutable in java?
What are the steps involved to create a bean?