Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Darcy Jones   on Oct 16 In Java Category.

  
Question Answered By: Agatha Miller   on Oct 16

Closing JDBC resources  when using connection  pool means that you just give it back to the pool. Actually connection pool  manages all the JDBC resources in case of opening and closing them. So when you open/close a resource you just push/pop it from the pool’s stack. Yes I told you the stack actually stack is one of that mechanisms of implementing a connection pool.

Share: 

 
 
Didn't find what you were looking for? Find more on Using database link with websphere connection pool Or get search suggestion and latest updates.


Tagged: