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


Please Help Members By Posting Answers For Below Questions

What is classpath?

762


What are locale settings?

731


Is there any limitation of using inheritance?

807


What are the default and parameterized constructors?

795


Which container method is used to cause a container to be laid out and redisplayed in java programming?

848


What is the difference between the boolean & operator and the && operator in java programming?

771


What is the properties class in java programming?

739


Why wait and notify methods are declared in object class?

796


In a class implementing an interface, can we change the value of any variable defined in the interface?

724


Explain the difference between intermediate and terminal operations in java8?

798


What are different types of control structures?

717


Variable of the boolean type is automatically initialized as?

785


What access modifiers can be used for methods?

822


Does google use java?

742


What is a cup of java?

795