What do you understand by JDBC connection pool? What are the
steps to create a connection pool in WebLogic?



What do you understand by JDBC connection pool? What are the steps to create a connection pool in W..

Answer / sriram

Connection pooling being normally used in web-based and enterprise applications is usually handled by an application server. Any dynamic web page can be coded to open a connection and close it normally but behind the scenes when a new connection is requested, one is returned from the connection pool maintained by the application server. Similarly, when a connection is closed it is actually returned to the connection pool.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Weblogic Interview Questions

Explain the tier architecture of a web logic server?

0 Answers  


how to integrate the webservices and jsp

1 Answers   IBM, Microsoft,


What causes java.io exceptions in the log file? : BEA Weblogic

0 Answers  


What is meant by session replication?

0 Answers  


What are the admin default ports?

0 Answers  


What is cluster in weblogic?

0 Answers  


Explain the functioning of Stub?

0 Answers  


How do you do performance tuning of wls? What are various areas to do it

1 Answers  


Which are the benefits of mdb (message driven beans) over standard jms consumers? : BEA Weblogic

0 Answers  


What is the difference between development mode and production mode of weblogic server?

0 Answers  


Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic

0 Answers  


Do you know what is the meaning of classformaterrors used with the applet?

0 Answers  


Categories