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
What is Request Dispatcher?
Which HTTP method is non-idempotent?
Explain the steps involved in placing a servlet within a package?
What is servlet configuration?
What are life cycle methods of a servlet?
What do you mean by session tracking and also explain its techniques?
Explain the concept of ssi ?
How is a servlet implemented in code?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
How can we implement a jsp page?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What are the different types of servlets?
What is servlet in tomcat?
What is the use of send redirect () method?
Describe in brief RequestDespatcher?