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 difference between final and immutable?
What is difference between fileinputstream and filereader in java?
Explain about arraylist?
What is the difference between sleep and wait in java?
Which eclipse is best for java?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What is the purpose of the runtime class in java programming?
What is basic syntax?
Implementations of set interface?
Explain how can you debug the Java code?
What things should be kept in mind while creating your own exceptions in java?
Explain, java is compatible with all servers but not all browsers?
Why does it take so much time to access an applet having swing components the first time?
How can we pass argument to a function by reference instead of pass by value?
What is <> used for in java?