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

What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?

1 Answers   Wipro,


what is Hashmap & Hashtable wirh example?

5 Answers   CTS, Saksoft,


Can i have abstract class with no abstract methods?

22 Answers   CTS,


why doesn't java run on all platforms?

0 Answers  


Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?

0 Answers   Akamai Technologies,






Is zero a natural number?

0 Answers  


Can we override a variable in java?

0 Answers  


What are namespaces in java?

0 Answers  


What are Transient and Volatile Modifiers?

3 Answers   SAP Labs, TUP Manila,


Is there any difference between nested classes and inner classes?

0 Answers  


What are data types in oop?

0 Answers  


What happens when I use / and % with a negative numerator?

0 Answers  


Categories