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 are the advantages of unicode?
What does += mean coding?
How do you do math powers in java?
What is the use of default method in interface in java?
Is upper case in java?
How you can force the garbage collection?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is set in java?
what is static import in java? Explain
Why a dead thread occurs?
What does it mean to flush a file?
What is a singleton puppy?
Why do we need autoboxing in java?