Answer Posted / deepak cheela
For suppose if two database connections are available for
two client requests then database server grants all of them
connection after usage of one client request is over that
client must close the connection becoz server create a
session with clent requests.if so we do without clossing the
connection the DBserver thinks client is still processing
then load wil be on DBserver and performance will decrease.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is addbatch jdbc?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What is the use of jdbc?
How do I know which jdbc driver to use?
What are the differences between setmaxrows(int) and setfetchsize(int)?
How to check jdbc driver version in sql server?
What class.forname will do while loading drivers of jdbc?
Why do we use jdbc?
Explain what should be done when a SQL exception is raised?
Is uri the same as url?
What are dml and ddl?
What is while rs next ())?
Does JDBC support stored procedures?
What is the difference between setmaxrows(int) and setfetchsize(int)?
What is setautocommit in jdbc?