Questions tagged [java-17]

JavaSE 17 is the latest java version which is also long term support. Use this tag for issues with JavaSE 17.

Java SE 17 is the latest java version which is also long term support. Use this tag for issues with Java SE 17.

841 questions
-8
votes
1 answer

Can a Java enum implement a sealed interface?

Can a Java enum implement a sealed interface in Java and why? A sealed subclass must be final, sealed or non-sealed. My reasoning is that if an enum could implement a sealed interface it can only be non-sealed, because it cannot be marked final and…
Naruga
  • 1
  • 1
1 2 3
56
57