What is connection pooling?

Answer Posted / arulmani

--->Connection pooling technique is provided by the
Applicatio server.you need to provide the infromation about
the database to the application server.
--->When you start the server some n number of connection
object will be created in the pool automatically.If you
want to use the connection you need to access from the pool
& after using the connection the object will be return back
to the pool.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how does JSP handle run-time exceptions?

580


Explain get and post.

649


Explain mvc pattern.

594


What are its drawbacks of cgi?

570


What is the difference between forward () and sendredirect () functions in servlet? Explain

548






How can we refresh automatically when new data is entered into the database?

595


What is life cycle of Servlet?

605


What is servlet and list its types?

543


What are the life-cycle methods for a servlet?

555


When jsessionid is created?

605


Explain in brief the directory structure of a web application?

570


What is the major difference between context parameter and context attribute?

595


Explain servlet life cycle?

619


How to commuincate between an applet and a servlet?

590


When should you prefer to use doget() over dopost()?

661