how to prevent finally block from execution

Answers were Sorted based on User's Feedback



how to prevent finally block from execution..

Answer / bln

System.exit(0) prevents execution of finally block

Is This Answer Correct ?    31 Yes 1 No

how to prevent finally block from execution..

Answer / srinu

System.exit(0) prevents execution of finally block

Is This Answer Correct ?    5 Yes 1 No

how to prevent finally block from execution..

Answer / gj69463

System.err() will also do

Is This Answer Correct ?    7 Yes 6 No

how to prevent finally block from execution..

Answer / rock

System.Environment.Exit(0);

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More JDBC Interview Questions

How do you insert images into database using jdbc?

0 Answers  


How we say that PreparedStatment is Precompiled? where it will be compiled?

4 Answers   Logica CMG,


How do I insert an image file (or other raw data) into a database?

0 Answers  


Is jdbc connection secure?

0 Answers  


What is the difference between Minus, and Intersect?

1 Answers  






What is statement and resultset in jdbc?

0 Answers  


password, is stored in as plain text. What can I do to protect my passwords?

0 Answers  


What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?

0 Answers  


How do I set properties for a JDBC driver and where are the properties stored?

0 Answers  


How many jdbc driver types are there?

0 Answers  


Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?

0 Answers  


Why do we need jdbc driver?

0 Answers  


Categories