We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In the Conclusion section of the Enums tutorial, the following sentence is incorrect:
Another special class is the Record class introduced in Java 19.
It should be corrected to:
Another special class is the Record class, introduced as a preview feature in Java 14 and made a standard feature in Java 16.
In the Conclusion section of the Enums tutorial, the following sentence is incorrect:
Another special class is the Record class introduced in Java 19.It should be corrected to:
Another special class is the Record class, introduced as a preview feature in Java 14 and made a standard feature in Java 16.