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
When does the result for an sql statement return null?
What do you mean by metadata and why we are using it?
Why resultset is used in java?
Briefly tell about the jdbc architecture.
What is jdbc connection class?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What are the ddl statements?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What is jdbc and explain jdbc architecture?
How can we store and retrieve images from the database?
What are the different types of interfaces in the api component?
How do I know which jdbc driver to use?
Write an sql to find all records having all numeric characters in a field ?
Explain jdbc savepoint?
What are the three parts of a jdbc url?