Answer Posted / rp
Connection pooling is a technique to allow multiple clients
to share a cached
set of connection objects that provide access to a database
resource.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the importance of thread scheduler in java?
What is thread safe singleton?
What are methods and how are they defined?
How do I start learning java?
What are the steps involved to write rmi based programs?
What is the buffer limit?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is a stack class in java ?
What are methods of a class?
How do you calculate roots in java?
Why are there no global variables in java?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What are data types in oop?
why Interface used?
What is meant by data hiding/encapsulation?