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


Please Help Members By Posting Answers For Below Questions

What is the purpose of javac exe?

561


what is meant by encapsulation?

630


What is stack class in java?

547


Can a static method be overridden in java?

559


List the different types of classloaders in java.

505






Give an example of use of pointers in java class.

563


What are the advantages of user defined functions?

559


What are the 4 types of research methods?

515


Where import statement is used in a java program?

610


What is numel matlab?

660


What is function and its uses?

570


Explain access specifiers?

661


How can you read an integer value from the keyword when the application is runtime in java? example?

624


What is arrays aslist in java?

522


How do I get a substring?

529