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
What is the generic function?
What is the difference between hashmap and hashtable in java?
How to create packages in java?
What is an eror in java?
What is the history of java?
How to reverse a string in java?
Explain about anonymous inner classes ?
Can you declare the main method as final?
Why is core java important?
What is a lightweight component?
Why java is a platform independent? Explain
How to declare an arraylist in java?
What are basic data types?
Explain about doubly linked list
How to perform quicksort in java?