Javatpoint Logo
Javatpoint Logo

Java Enum finalize() Method

The finalize() method of Enum class doesn't exist.

Syntax

Override

The finalize() method of Enum class overrides the finalize() method of class Object.

Example 1

Test it Now

Output:

Error:(14, 26) java: enums cannot have finalize methods

In the above example, it's proved that enum class cannot have finalize() method.

Example 2

Test it Now

Output:

Colour list:
red
brown
green
pink
Next TopicJava Enum



Help Others, Please Share

facebook twitter pinterest