Which Method Returns The Elements Of Enum Class #28
Which method returns the elements of Enum class?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Data Types Variables Arrays - Java Enums - Quiz No.1.
Which method returns the elements of Enum class?
getEnums()
getEnumConstants()
getEnumList()
getEnum()