Answer Posted / 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 |
Post New Answer View All Answers
Which collection does not allow duplicates in java?
How do you override a private method in java?
State some advantages of java?
What is the difference between static (class) method and instance method?
What is the difference between serializable and externalizable interfaces?
Write a program to find the whether a number is an Armstrong number or not?
Explain the protected field modifier?
Why do we need strings in java?
How does map works in java?
Can a class extends itself in java?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
How do you declare a variable?
What is the new line character?
Tell me how many ways are there to initialise an integer with a constant.