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 |
Is space a string in java?
What is UNICODE?
Explain the difference between getAppletInfo and getParameterInfo?
How do you compare two strings lexicographically?
Explain restrictions on using enum?
What are peerless components in java programming?
What do you mean by multithreaded program?
What is token in java?
What is namespace in java?
What is the output of the below java program?
How many java versions are there?
Why is Java a platform independent language?