Multiple choice The superclass for all enumerations in java known as java.lang.Enumeration java.lang.Enumerations java.lang.Enum java.lang.reflect.Enumeration Reveal answer Fill a bubble to check yourself C Correct answer Explanation This answer is correct. The class java.lang. Enum exists in java.lang package. Also, all enumerations inherit java.lang.Enum superclass. This class defines several methods that are available for use by all enumerations.