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
How to make a non daemon thread as daemon?
What is variable argument in java?
What is hashing in java?
What is a parameter example?
What is equals method in java?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
How to split arraylist elements in java?
What is immutability in java?
What is overloading and overriding in java?
How do you do descending order in java?
How do you create an array in java?
What are the two main uses of volatile in Java?
How can we run a java program without making any object?
Why does my function print none?
What is the access scope of protected access specifier?