What is connection pooling?

Answer Posted / sateesh.b

Its the technique use to estblish connection with the
database.In this technique a pool of connection objects are
created and are placed in a pool.When ever the application
need the connection it takes the connection object uses it
and afer completing the task it returns the object to the
pool.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List out difference between a JavaBean from a Servlet?

566


How do you configure a centralized error handler in servlets?

533


Define context initialization parameters.

574


What must be implemented by all servlets?

576


What is http servlet? Explain with the help of an example.

581






How to get the IP address of client in servlet?

630


What is new in ServletRequest interface ? (Servlet 2.4)

576


Name the packages that work with servlet?

547


Is it possible to have a constructor inside the servlet?

554


Difference between get and post in java servlets?

546


What is a java servlet?

556


Whats the advantages using servlets over using CGI?

587


What do you mean by web applications?

627


Difference between java beans & servlets?

588


What are the uses of servlet

631