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 |
Difference between keyword and identifier.
What is super constructor?
How do you sort in descending order in java using collections sort?
What is valid keyword in java?
can we access the super class method using subclass object?
Is it necessary for the port addresses to be unique? Explain with reason.
What is the base class of all exception classes?
Explain the concept of proper inheritance?
0 Answers Thomson Reuters, Virtusa,
What are the elements of java?
What are the main concepts of oops in java?
java is fullu object oriented or pure? why?
What are the different types of multitasking?