Answer Posted / arulmani
--->Connection pooling technique is provided by the
Applicatio server.you need to provide the infromation about
the database to the application server.
--->When you start the server some n number of connection
object will be created in the pool automatically.If you
want to use the connection you need to access from the pool
& after using the connection the object will be return back
to the pool.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the working of service() method of a servlet.
Can we refresh servlet in client and server side automatically?
What is meant by cookies?
Explain web container.
How can the session in servlet be destroyed?
What do you mean by deployment descriptor?
What are the different methods involved in the process of session management in servlets?
What is dispatcher servlet?
Can we override destroy method in servlet?
Which is the methods of generated servlet?
What is string tokenizer?
Write a command to get actual path of a servlet to the server?
Why HttpServlet class is declared abstract?
What do you mean by web applications?
Explain mvc pattern.