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 is the difference between ExecuteUpdate and ExecuteQuery?
i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me
What are the differences between execute, executequery, and executeupdate?
What protocol does jdbc use?
What is 2 phase commit?
What do you mean by two phase commits?
Where is mysql jdbc driver located?
What is hbm xml?
can we define indexes on a foreign key? Explain pros and cons?
Which Driver is preferable for using JDBC API in Applets?
How will you perform truncation using JDBC?
How is jndi useful for Database connection?