Enums in java are classes and each constant in an enum is a public final static field that represents an instance of its enum class.
確定! 回上一頁