Answer Posted / rakesh
Connection pooling means that connections are reused rather
than created each time a connection is requested. To
facilitate connection reuse, a memory cache of database
connections, called a connection pool, is maintained by a
connection pooling module as a layer on top of any standard
JDBC driver product.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is a methodologist?
Explain the difference between association, aggregation and inheritance relationships.
What is the difference between final, finally and finalize()?
Is heap stored in ram?
What is the difference between an if statement and a switch statement?
Can a final variable be manipulated in java?
What is method in java ?
Why do we need hashset in java?
What is the functionability stubs and skeletons?
What is static variable with example?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
Why do we need strings in java?
Give reasons supporting that string is immutable.
What are the advantages of autoboxing?
What are the benefits of operations?