What is the importance in context in JDBC connection pools?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the purpose of nested class in java?
i need example for java abstraction. where we use abstraction and why we need abstraction.
what is ABSTRACTION and what are using in real time project?
Can java cast null?
How many classes can any class inherit java?
what is difference Between Core Java and advance java
60 Answers HCL, HP, Sambalpur University, TCS, Vensai Technologies, Wipro,
What is object english?
Which is better ascii or unicode?
Is integer a class?
how to minimize the functionality to will not force garbage collector?
I want to print “hello” even before main is executed. How will you acheive that?
Why do we override tostring method in java?