how to prevent finally block from execution
Answer Posted / bln
System.exit(0) prevents execution of finally block
| Is This Answer Correct ? | 31 Yes | 1 No |
Post New Answer View All Answers
Can resultset be null in java?
Explain the difference between inner and outer join ?
What are the classes and methods used for sending sql statements to database?
How to set the attribute concurrency in resultset?
How can you know about drivers and database information ?
Which jdbc driver type s is are the jdbc odbc bridge?
What does the jdbc driver interface do?
How do you insert images into database using jdbc?
What is ojdbc?
How do I insert an image file (or other raw data) into a database?
How can we store the file in the oracle database?
Explain the steps in writing a java program using jdbc?
What is the full form of jdbc?
What should be done for auto generating primary key id in a table ?
Give an example of code used for setting up connection with a driver.