Question from the Java - Fundamentals test

What are the modifiers that cannot be used with enums in Java?

Medium

Enums cannot be declared:

Author: XiaoyuStatus: Published(Update)Question passed 825 times
Edit
-1
Community Evaluations
developer avatar
Emmanuel ARON-SAMUEL
24/04/2024
J'ai eu partiellement correct pour "final" alors qu'une enum peut ĂȘtre dĂ©clarĂ©e avec final ...
developer avatar
Incorrect answer
Tom
01/05/2024
Une enum ne peut pas ĂȘtre dĂ©clarĂ©e static mais elle peut ĂȘtre dĂ©clarĂ©e private, public et final
developer avatar
Emmanuel ARON-SAMUEL
01/05/2024
Du coup j'aurai du avoir faux et non partiellement correct.
developer avatar
Tom
01/05/2024
Oui je suis d'accord sur ce point, je pense qu'il y a un problĂšme sur cette question