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
Explain some new features available in jdbc 4.0?
What does setautocommit do?
What is jdbc databasemetadata interface?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
Which jdbc drivers will run your program?
Is jdbc object oriented?
What is in terms of jdbc a datasource?
What is database connection pooling? Advantages of using a connection pool?
How many types of resultset are there in jdbc?
What are jdbc?
Why are we using blob datatypes in jdbc?
Why do you use a data source object for a connection?
Does the JDBC-ODBC Bridge work with Microsoft J++?
How to make updates to updatable result sets in jdbc?
Write a program JDBCcode forfetching student database with SQL.