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

What driver should I use for scalable Oracle JDBC applications?

0 Answers  


How do I find ojdbc jar version?

0 Answers  


What is database null and Java null?

1 Answers  


How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?

0 Answers  


What is use of connection pooling?

0 Answers  






What are the types of statements in jdbc?

0 Answers  


What is a jdbctemplate?

0 Answers  


Explain the importance of drivermanager.

0 Answers  


How the information about db(database) can be retrieved?

3 Answers  


What are the main components of JDBC ?

0 Answers  


What is the reason why we need a jdbcrowset like the wrapper around resultset?

0 Answers  


How can we retrieve the file in the oracle database?

0 Answers  


Categories