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
Do you know what are the steps required to modify config.xml file of web logic server?
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
What is the function of managedconnection.addconnectioneventlistener() in web logic server?
How does a file store compare with a jdbc store? : BEA Weblogic
Which is the only method defined in the javax.ejb.handle interface? : BEA Weblogic
What is meant by unicast?
What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic
Explain about the function associated with t3 in weblogic server ?
What is clustering and what is achieved through it?
How you will analyse threads state using samurai tool?
Why in jdk we have two different folders for bin and lib ?
how to get the critical application?
Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic
What is the domain in weblogic server?
What are the Unix vi commands?