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 classpath?
What are locale settings?
Is there any limitation of using inheritance?
What are the default and parameterized constructors?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
What is the difference between the boolean & operator and the && operator in java programming?
What is the properties class in java programming?
Why wait and notify methods are declared in object class?
In a class implementing an interface, can we change the value of any variable defined in the interface?
Explain the difference between intermediate and terminal operations in java8?
What are different types of control structures?
Variable of the boolean type is automatically initialized as?
What access modifiers can be used for methods?
Does google use java?
What is a cup of java?