how to prevent finally block from execution
Answers were Sorted based on User's Feedback
Answer / bln
System.exit(0) prevents execution of finally block
| Is This Answer Correct ? | 31 Yes | 1 No |
Answer / srinu
System.exit(0) prevents execution of finally block
| Is This Answer Correct ? | 5 Yes | 1 No |
What are clob and blob data types in jdbc?
What is jdbc thin client in oracle?
What does the jdbc driver interface do?
Why do we use jdbc?
How do I find jdbc version?
How to insert an image or raw data into database?
Is uri the same as url?
Does jdbc require oracle client?
What is database deadlock ? How can we avoid them?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
Discuss the procedure of retrieving warnings?
How you restrict a user to cut and paste from the html page using java programing?