What is the importance in context in JDBC connection pools?
Answer Posted / rohit
Whenever the new request comes for thr connection with the
database we do not create the new connection object instead
of that we keep the bunch of connection in apool called
connection pool.
when new request for the database, new coonection
will come out from this poool & when this req is over
connection goes back to the pool
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a static and a non-static inner class in java programming?
Is void a return type?
What differences exist between iterator and listiterator?
How do you access command-line arguments within the code?
What is udp in java?
What does isempty () do in java?
What are the wrapped, classes?
What is off heap memory?
What is return data type?
Does constructor creates the object ?
what is abstract class in Java?
What is a function argument in java?
Java.util.regex consists of which classes?
Can we have multiple catch block for a try block?
What is hash table in java?