what is the purpose of the final in the try-catch-final
Answer Posted / srinivas
After executing try catch statements last statement is
finally it must execute in at anycase
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about the main() method in java?
How do you reverse a string in java?
Why java is call by value?
What are keywords and reserved words in java?
What is the purpose of static methods and variables?
What is purpose of applet programming?
what is interface in java? Explain
What is variable argument in java?
What are the data types supported by java?
In a class implementing an interface, can we change the value of any variable defined in the interface?
Can we use this () and super () in a method?
What java ide should I use?
Discuss about garbage collector in Java.
Explain aggregation in java?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?