Which one of the following causes memory leak?
Posted: Wed Jul 13, 2022 7:50 pm
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
b) Use Finally block as much as possible
c) Release instances stored in static tables
d) Not using Finally block often