Page 1 of 1

Which one of the following causes memory leak?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) Release database connection when querying is complete
b) Use Finally block as much as possible
c) Release instances stored in static tables
d) Not using Finally block often