What is the importance in context in JDBC connection pools?

Answers were Sorted based on User's Feedback



What is the importance in context in JDBC connection pools?..

Answer / 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

What is the importance in context in JDBC connection pools?..

Answer / poorna chandar rao.yerrabothu

in jdbc connection there is a one importent problem the
problem is creattion of jdbc connection thats why jdbc
coonection pooling

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Core Java Interview Questions

Why declare Main() inside the class in java ?

0 Answers   HCL,


How do you check if two given string are anagrams?

0 Answers  


What is the difference between numeric and integer?

0 Answers  


What is the numeric promotion?

0 Answers  


Howmany number of objects we can store in an ArrayList. Is there any limit?

7 Answers   TCS,


What is the difference between multiple processes and multiple threads?

0 Answers  


What is the statements?

0 Answers  


Is string is a data type in java?

0 Answers  


What is stack class in java?

0 Answers  


how to transactions(Bank transactions) in business process in ejb?

1 Answers   Photon,


Why wait and notify methods are declared in object class?

0 Answers  


Difference between prefix and postfix forms of the ++operator?

3 Answers  


Categories