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

How can you use a servlet to generate a plain text instead of html?

867


What are the types of protocols supported by httpservlet ?

937


What is the use of servletconfig interface?

774


Difference between httpservlet and generic servlets?

837


What is MIME Type?

872


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

724


What are the difference between RMI and Servlets?

1257


Explain the lifecycle of a servlet?

719


What is life cycle of Servlet?

807


how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file

2345


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

851


What is servlet and its life cycle?

832


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

800


Write the code to get the server information in servlet.

788


What is the use of servlet wrapper classes?

891