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 implement a jsp page?
What are the steps that are required to handle the multi-threading?
What is the servletconfig object?
What is difference between GenericServlet and HttpServlet?
Explain the war file?
What do you understand by mime type?
What is ServletConfig object?
What is called servlet mapping?
What’s the difference between sendredirect and forward methods
List the Different types of servlet?
Can you create a deadlock condition on a servlet?
What are different ways for servlet authentication?
What do you mean by cgi?
How to make sure a servlet is loaded at the application startup?
Why is httpservlet declared abstract?