Do Classes support finalize()?
Answered
- Need more info
- Answered
- Working on it
in
Programming Questions
•
3 years ago
I am using SQLibrary to access a mysql database.
I need my object to close the connection when it is no longer in use. Do processing classes support the finalize() method? Is there another technique to achieve this behavior?
I need my object to close the connection when it is no longer in use. Do processing classes support the finalize() method? Is there another technique to achieve this behavior?
1