How can you make the finally clause not to fail to execute?



How can you make the finally clause not to fail to execute?..

Answer / Shubhashish Kumar

Ensure that there are no exceptions thrown in try and catch blocks. If an exception occurs before the finally block, it will still be executed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

Why jsp is better over static html also explain lifecycle of a jsp?

1 Answers  


Explain scriptlet, expression and declaration in jsp.

1 Answers  


Is jsp platform dependent?

1 Answers  


How to set a cookie in JSP?

2 Answers  


What is the <jsp:param> standard action?

1 Answers  


What is the jsp:getproperty action?

1 Answers  


What is the differences between the jsp custom tags and java beans?

1 Answers  


why JSP is bigger choice for software development as compare to ASP.

2 Answers  


How many tags are there in jsp?

1 Answers  


hi friends...i created sessions in my login page i can able to create a session but after loging out again i can able access the pages by its addresses. i think u may got problem if possible post me small example for login with sessions including database

1 Answers  


Can we use jsp implicit objects in a method defined in jsp declaration?

1 Answers  


Which jsp method cannot be overridden?

1 Answers  


Categories