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 we include static files in the jsp page?

818


What are the difference between session and cookies in servlet? Explain

827


Why is init() method is used in servlets?

762


What is cookie in servlet?

806


What is the difference between get and post methods?

811


What is java servlet?

825


What is lazy loading and what is Generic Servlet Class?

846


How do you create a cookie using servlet?

866


What is the use of servlet wrapper classes?

911


What are the life cycle methods of the servlet?

842


What is the difference between CGI and Servlet?

810


How do cookies work in servlets?

819


How do you design microservices?

841


What is servlet and its life cycle?

871


How the typical servlet code look like ?

900