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
Why hashset is used in java?
Explain creating threads by implementing runnable class?
Explain the difference between association, aggregation and inheritance relationships.
What is get () in java?
Why parsing is done?
What is the main use of java?
Can we sort set in java?
What are the different types of garbage collectors in java?
Can we declare main () method as non static?
What is increment in java?
Which class is the superclass of all classes?
How big is a 64 bit float?
What is the current version of java?
What are latest features introduced with java 8?
What are exceptions