SE452: JDBC: Managing Resources [10/12] ![]() ![]() ![]() |
It is important to note that the resources you use in JDBC correspond to server resources. These must be manged proactively by the client. This means you need to be careful with the references that you have to these resources.
Impacts are to:
Connection
Statement
ResultSet
Make use of good exception handling practices, as well as finally clauses to keep the code clean