Answer Posted / niranjanravi
finally is a keyword we have in Exception handling.It
creates a block of code to be executed after try or catch
has completed and before the code following the try or
catch.finally block will be executed whether or not an
exception is thrown.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Discuss different types of errors that generally occur while programming.
Is intellij better than eclipse?
What Is Composition?
How do you test a method for an exception using junit?
What are the disadvantages of using inner classes?
List implementations of list interface?
When should you make a function static?
What is type inference in java8?
What are the differences between getting and load method?
What is the difference between stream and buffer?
Why we used vector class?
How many bytes are a float?
What is consumer in java?
What is the equal sign?
What is the difference between pass by reference and pass by pointer?