Answer Posted / pathan muzafar
Finally is a keyword which is used execute the blocks after try and catch blocks even if exception occured or not in both try and catch block.
Note: Here,Block means collection of statements(variables,methods etc)....
Exception means Run time error during execution
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between concurrent hashmap and hashtable and collections
What is a parameter in simple terms?
What is the size of boolean variable?
How do you add spaces in java?
What is independent and dependent variables in research?
What is the default access specifier for variables and methods of a class?
Does java arraylist maintain insertion order?
Explain yield() method in thread class ?
What is the difference between size and length in java?
Explain when classnotfoundexception will be raised ?
Why is core java important?
What are the differences between forwarding () method and sendredirect() methods?
What is the use of default method in interface in java?
What is java instanceof operator?
Give reasons supporting that string is immutable.