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
Is jdbc database independent?
What is a merge field?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
Explain the importance of drivermanager.
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
Jdbc-odbc bridge is multi-threaded or not?
Why is jdbc needed?
What is jdbc in java?
Give an example for getXXX method?
How do I stop nullpointerexception?
What is the benefit of having jdbcrowset implementation?
Expalin the method of calling a stored procedure from jdbc.
How to set NULL values in JDBC PreparedStatement?
Explain how to make updates to the updatable resultsets.
What is resultsetmetadata?