Enumeration


Source code

1enum Enumeration {
2
3 ONE, TWO, THREE
4
5}

Bytecode



Java compiler version: 21
Other examples
Main page