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
Tell us something about servletcontext interface.
Can we fetch the attributes related to a servlet on a different servlet?
What is meant by a web application
How to get the IP address of client in servlet?
Differentiate between get and post?
How the servlet is loaded?
How are filters?
How can a servlet be used to generate plain text instead of html?
Why is init() method is used in servlets?
Why servlet is used as controller ? Not JSP? I want complete explation?
How can we invoke another servlet in a different application?
Which exception is thrown if the servlet is not initialized properly?
What are the advantages of cookies?
What is servlet in tomcat?
How to get the current httpsession object?