Answer Posted / srikanth
suppose if there are 10 database connections available with
the database sever and 10 clients request for the connection
if the database sever grants all of them with a connection
and after their usage if they do not close the connections
the database server would not serve for another request for
that reason we need to close the connection and it mandatory
....
| Is This Answer Correct ? | 24 Yes | 8 No |
Post New Answer View All Answers
Why “no suitable driver” error occurs?
What are the ddl statements?
Can we have foreign key reference to a non primary key column ?
Where is mysql jdbc driver located?
Why resultset is used in java?
Give an example for execution of sql statement.
What is drivermanager in java?
What is device controller?
What are the different types of statements in jdbc?
What is a jdbc connection pool?
What is database deadlock ? How can we avoid them?
Explain different types of locks in jdbc?
Why is odbc needed?
What is jdbc resultsetmetadata interface?
What is the latest version of JDBC? What are the new features added in that?