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 jdbc driver types are there?
How can we retrieve the file in the oracle database?
Explain the life cycle of jdbc.
Which interface is responsible for transaction management in jdbc?
What does the jdbc connection interface?
Why isn't the java.sql.DriverManager class being found?
What is the difference between execute, executeQuery, executeUpdate?
How can I determine where a given table is referenced via foreign keys?
What is the use of getGeneratedKeys() method in Statement?
What is sqlwarning?
What are the different types of classes in the api component?
Explain the process of creating tables using NetBeans IDE?
What is meant by jdbc?
What does the jdbc resultset interface?
How do I check in my code whether a maximum limit of database connections have been reached?