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

What do you mean by web applications?

618


What is the difference between a generic servlet and http servlet?

513


What are some disadvantages of storing session state in cookies?

582


What is the purpose of dispatcherservlet properties?

501


What is cookie in servlet?

583






What are the types of servlet?

650


Differentiate between the get and post method

558


How can a servlet be used to generate plain text instead of html?

537


Describe the phases of servlet lifecycle?

619


What is war file?

568


What is the element?

577


Explain servlet.

557


What is the importance of init() method in Servlet ?

586


What is httpservlet and how it is different from genericservlet?

594


how the HTML data stored in web server?

1944