Memory leaks in Java often occur due to __________ objects not being released properly.
- finalized
- garbage collected
- reference-counted
- static
Memory leaks in Java often occur due to static objects not being released properly.
Loading...
Related Quiz
- _________ tracking involves appending session ID information to every URL.
- What is a 'Content Delivery Network (CDN)' and how does it relate to caching?
- What is the first method called in the lifecycle of a servlet?
- How do you specify the URL patterns to which a filter should apply?
- How do you set a response header to indicate the content should be downloaded as a file?