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

How can you say HashMap is syncronized?

14 Answers   Arete, IBM,


explain the classification of exception and hoew to handle the exceptions

2 Answers  


What is the implementation of destroy method in java. Is it native or java code?

0 Answers  


What is lambda programming?

0 Answers  


How is Garbage collection done in Java?

3 Answers   T3 Softwares,






What is Gang of four design patterns

0 Answers   Infosys,


Which java collection does not allow null?

0 Answers  


What is meant by the value of a variable?

0 Answers  


What is binary search in java?

0 Answers  


whays is mean by inner class?

4 Answers   HCL, IBM, TCS,


What is increment in java?

0 Answers  


What does the three dot emoji mean?

0 Answers  


Categories