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
Is arraylist dynamic in java?
Differentiate between nested and inner class in java.
What is the default value of the local variables?
What is a pattern what is an anti pattern?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What is Gang of four design patterns
what is predefined function in java?
what is method reference in java 8?
Why a dead thread occurs?
Which is bigger float or double?
Will minecraft java be discontinued?
What is the difference between multiple processes and multiple threads?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What are the types of sockets in java?
What is difference between array and arraylist in java?