Answer Posted / varma
According to my understanding once we exit java application
then all opened database connections from this application
will be closed automatically
| Is This Answer Correct ? | 6 Yes | 40 No |
Post New Answer View All Answers
What is getconnection method in java?
What are the different classes through which JDBC represents statements?
What is 2 phase commit?
What are the higher level apis under development on top of jdbc currently?
What is an odbc driver?
What is jdbc odbc connection?
What are the measures to connect to the db using jdbc?
How does a file store compare with a jdbc store?
How can I retrieve a String or other object type without creating a new object each time?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
How to use JDBC to connect Microsoft Access?
How do I insert an image file (or other raw data) into a database?
What happens if connection is not closed in jdbc?
What are the differences between resultset and rowset?