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
How many rowset are available in jdbc?
How can we store and retrieve images from the database?
What causes no suitable driver error?
Explain the process of creating tables using NetBeans IDE?
What is data source in java?
Why are we using blob datatypes in jdbc?
What are the components of jdbc?
How will you perform truncation using JDBC?
What is jdbc driver for sql server?
What is drivermanager in java?
Give an example of code used for setting up connection with a driver.
Write an sql to find all records having all numeric characters in a field ?
What is a jdbc url?
What is ojdbc14 jar?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?