#is this question outdated?

7 messages · Page 1 of 1 (latest)

marsh estuary
#

I am reading that the finalize() method is a thing for before Java 9 and is not advised to be used for more modern solutions. Including I am getting some errors when trying to @Override it in the IntelliJ IDE. 

Is it possible this question is outdated or what would be the expectation in terms of this

wild apexBOT
#

This post has been reserved for your question.

Hey @marsh estuary! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

tawdry lichen
#

technically it should still possible to override it

#

but it is terminally deprecated (deprecated for removal) and shouldn't be used any more

#

it's unreliable and can cause many issues so you shouldn't use it

hollow tusk
#

The 90's called and want their java memory model questions back.