What do you understand by JDBC connection pool? What are the
steps to create a connection pool in WebLogic?
Answer Posted / 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 View All Answers
What is meant by gc, prallel gc, full gc and explain it?
What is the difference between the sun jvm and bea jrockit jvm?
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
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
Why is there no polymorphic-type response from a create () or find () method?
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
Explain the client-server architecture.
Explain the functionality of T3 associated with WebLogic server?
What are the capabilities of weblogic server?
What is meant by gc and explain it?
How do I enable debugging for the messaging bridge? : BEA Weblogic
What type of object is returned by resultset.getobject()?
What is the managed server?
How do you do performance tuning of wls?
Explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?