Answer Posted / lokesh
creating the Connection objects in advance and place them
in a pool for future use. We can call this concept as
Connection Pooling. 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 ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is non-stage deployment?
What is the msi mode in weblogic? How can you enable and disable this option?
Define the list of pre-configured queues?
What is the purpose of the serializedsystemini.dat file?
How can the OUT OF MEMORY be solved?
When should I use server session pools and connection consumers? : BEA Weblogic
What is thread stack size?
How should I use sorted queues? : BEA Weblogic
When should I use multicast subscribers? : BEA Weblogic
What are the common domain types?
How to write a program to bind string values in a preparedstatement?
How do stubs work in a WebLogic Server cluster ?
How to make a managed server ?
Define memory leak ?
What is the purpose of t3 in weblogic server?