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 do we need jdbc driver?
Explain about multiple implementations and drive manager?
Explain the locking system in jdbc?
How many categories of jdbc drivers are there?
What packages are used by jdbc?
How many types of jdbc drivers are there?
Is jdbc an api?
What is executequery in java?
What is thin driver in jdbc?
How MS-Access DB can be accessed over a network, using JDBC API?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
How does jdbc driver work?
What are the main components of JDBC ?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
How to insert an image or raw data into database?