Are nested try statements are possible?
Answers were Sorted based on User's Feedback
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 |
Answer / ravikiran(aptech mumbai)
yes try with in try is possible.outer try gets evaluated
first then the inner try
| Is This Answer Correct ? | 2 Yes | 0 No |
Can we create constructor in abstract class ?
I want to know the host name and provider name for tcs web mail
State the difference between strings and arrays.
How to create a custom exception?
How can you handle java exceptions?
What is the difference between java and .Net?
What string is utf8?
How do you declare an array in java?
what is auto boxing
give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
Is java still relevant?
What are the traverses in Binary Tree?