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 to check jdbc connection in linux?
What do you understand by jdbc driver and explain its types?
What does jdbc stand for?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Where jdbc drivermanager class is used?
What is the function of setautocommit?
What is meant by jdbc?
What packages are used by jdbc?
What is sqlwarning and discuss the procedure of retrieving warnings?
What are the utilities of the callablestatement?
What is jdbc architecture in java?
Is jdbc a framework?
How do I find jdbc version?
What is connection pooling and why it is used?
What is jdbc resultsetmetadata interface?