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 to test jdbc connection to sql server?

0 Answers  


What is layer in communication?

0 Answers  


How you restrict a user to cut and paste from the html page using java programing?

0 Answers  


What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?

0 Answers  


Under what circumstances, that all four drivers are used?

0 Answers   TCS,






What are 4 drivers available in JDBC? At what situation are four of the drivers used?

0 Answers  


What is jdbc explain?

0 Answers  


What is jdbc odbc bridge in java?

0 Answers  


How can I determine the isolation levels supported by my DBMS?

0 Answers  


Why do I have to reaccess the database for Array, Blob, and Clob data?

0 Answers  


How do I find ojdbc jar version?

0 Answers  


what does the method Class.forName returns?

4 Answers   Siemens, TCS,


Categories