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 dot operator?
what is meant by abstract class?
Explain about method local inner classes or local inner classes in java?
Difference difference paint() and paintcomponent()?
Explain naming conventions for packages?
What about method local inner classes or local inner classes in java?
Which method must be implemented by all threads?
What is the difference between variable declaration and variable initialization?
What does pointer mean?
Can you call a method in a method?
What access modifiers can be used for class ?
What is static keyword?
What is mean by encoding?
What is difference between filereader and bufferedreader?
Why isn’t there operator overloading?