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 type 4 jdbc driver?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What is the different between ResultSet and RowSet?
How many jdbc driver types are there?
Which interface handles transaction management in jdbc?
What is correlated subquery?
What do you understand by jdbc driver and explain its types?
Explain the steps in writing a java program using jdbc?
What is two-phase commit in the database?
List the common jdbc exceptions ?
Why do we use jdbc in java?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
What is the difference between execute, executeQuery, executeUpdate?
What is JDBC Connection isolation levels?
What are the steps required to execute a query in jdbc?