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
What is local declaration?
What is the difference between an inner class and a sub-class?
How big is a pointer?
What's the base class in java from which all classes are derived?
Is namespace same as package in java?
What is the different between get and post?
What is the difference between a local variable and an instance variable?
What is the purpose of default constructor?
What is t in parametric equations?
Explain the difference between association, aggregation and inheritance relationships.
Write a java program to count the number of words present in a string?
What is main string [] args?
List some java keywords sun like c, c + + keywords?
How do you create a reference in java?
what is mutual exclusion? : Java thread