What is connection pooling?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / mdsha_asiya
It is a technique to pool database connections.Sothat
business object that can share the database access.
It is used multiple instance based on client connections.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
How values can be passed from HTML page to servlet?
When jsessionid is created?
How we can check in particular page the session will be alive or not
How are Sessions are more advantage than using of Cookies or URLReWriting?
java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working with struts it displayed pls very ungent
hi.... i have problem in running of servlet. i am using Tomcat server in my pc.. The problem is when i am click on strat it will display like below FAIL - Application at context path /first could not be started.. How i can slove the problem.. help plz
program for RequestDispatcher in servlets?
Is it possible to send a mail from a servlet? Explain?
What are the types of protocols supported by httpservlet ?
What are the different methods of session management in servlets?
How to handle the debug errors in servlets?
what is the difference b/w DispatchAction and LookUpDispatchAction?
1 Answers Deloitte, iGate, Tech Mahindra,