Subject Connection.close() and hard reference issue
Author Nikolay Ivanchev
Hello, I have one and I hope last question regarding connection closing
and returning it to the pool.
If I have hard references to this instance, for example
Statement st = conn.createStatement();
and then I call conn.close().. will this free the connection
and return it to the pool, or the connection will stay used untill timeout?
 
Regards
Niki Iv