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
How can we include static files in the jsp page?
What are the difference between session and cookies in servlet? Explain
Why is init() method is used in servlets?
What is cookie in servlet?
What is the difference between get and post methods?
What is java servlet?
What is lazy loading and what is Generic Servlet Class?
How do you create a cookie using servlet?
What is the use of servlet wrapper classes?
What are the life cycle methods of the servlet?
What is the difference between CGI and Servlet?
How do cookies work in servlets?
How do you design microservices?
What is servlet and its life cycle?
How the typical servlet code look like ?