Answer Posted / venkat soma
creating the Connection objects in advance and place them
in a pool for future use. We can call this concept as
Connection Pooling
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why don't we write a constructor in a servlet?
What is api in servlet?
What is the use of request dispatcher interface?
What is a deployment descriptor?
Explain the difference between get and post method in servlet?
Why do we have servlet filters?
Define the life cycle of a servlets.
Who is responsible for writing a constructor?
Define servlet mapping?
Explain servlet life cycle?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Describe servlet?
Write a simple servlet program to print the contents of html.
How many objects of a servlet is created?
How do I use cookies to store session state on the client?