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

What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?

601


What is servlet and its advantages?

516


What is cookie? Why is cookie used?

570


What is the use of httpservletrequestwrapper?

580


Explain the difference between get and post method in servlet?

589






Differentiate between the print writer and servlet output stream?

549


What do you mean by web applications? Explain web application directory arrangement?

527


Why jsp is better than servlet?

524


What are the functions of the servlet container?

1011


How we can get ip address of client in servlet?

527


What is URL Encoding?

609


Why filter is used in servlet?

513


What if you need to span your transaction across multiple servlet invocations?

567


I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?

2220


Why doesn’t a servlet include main()? How does it work?

622