What is finally in exception handling?

Answer Posted / vinoth kumar

In the event of exception handling no matter try block or
catch block is executed after that finally block will
executed.
Normally the finally block used for System.exit(),finalize
method,continue,break statement to direct program execution
after Exception handling.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an infinite loop?

555


What are bind parameters?

560


What is merge sort in java?

590


What is the difference between stream and buffer?

521


What is meant by polymorphism?

543






What is an abstract method in java programming?

609


Discuss about garbage collector in Java.

654


What is the relationship between class and object?

529


Does garbage collection occur in permanent generation space in jvm?

614


What is java ceil?

576


What is the purpose of checked and unchecked exceptions in JAVA?

571


What is jagged array in java?

540


when should you use stringbuilder class in a program?

530


What is the importance of static variable?

594


What is the different types of functions?

567