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
Is tomcat a servlet container?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What is the use of send redirect () method?
What are the drawbacks of cgi?
Describe the phases of servlet lifecycle?
Tell us something about servletcontext interface.
What is the use of attribute in servlets?
Can you explain in detail 'javax.servlet' package?
How do we share data using 'getservletcontext ()?
How to get the current httpsession object?
What is the process to implement doget and dopost methods?
Explain the architechure of a servlet?
What is the difference between sendredirect() and forward() in a servlet?
Differentiate between get and post?
What is servlet in web technology?