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 |
Where will it be used?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
Explain the concept of polymorphism with examples?
Why are global variables used?
what is the meaning of java.lang and java.util
What language is an assembler written in?
Why are the destructors for base class and derived class called in reverse order when the program exits
What are the types of statement? explain
What are the three parts of a lambda expression? What is the type of lambda expression?
aabccdee Find the used alphabets as abcde ?
How do you control extraneous variables?
Is java good for beginners?