what is the purpose of the final in the try-catch-final
Answer Posted / srinivasa
Finally is a block where we can write the code to free up
the resources like File closing,socket obj closing .
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the size of boolean variable?
How to access arraylist elements in java?
Is string is a keyword in java?
Explain how can you debug the Java code?
What is a static method in java?
How do you check if a character in a string is a digit or letter?
How to connect to a remote database using Applet?
Explain public static void main(string args[]).
What is member in java?
Is nullpointerexception checked or unchecked?
What are the various access specifiers for java classes?
What is the difference between dom and sax parser in java?
What advantage do java's layout managers provide over traditional windowing systems?
How many bytes is string in java?
How do you remove an element from an arraylist in java?