A Java Enumeration(Enums) defines a class type through which we can define a list of constants. By default, these constants are public, static and final.
確定! 回上一頁