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 you use a servlet to generate a plain text instead of html?
What are the types of protocols supported by httpservlet ?
What is the use of servletconfig interface?
Difference between httpservlet and generic servlets?
What is MIME Type?
What is the difference between a generic servlet and http servlet?
What are the difference between RMI and Servlets?
Explain the lifecycle of a servlet?
What is life cycle of Servlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
When should you prefer to use doget() over dopost()?
What is servlet and its life cycle?
What is http servlet? Explain with the help of an example.
Write the code to get the server information in servlet.
What is the use of servlet wrapper classes?