0 By Nithya Vasudevan In EnumerationsPosted October 17, 2016Other methods in EnumWe know that all our enum types are converted into classes which inherit java.lang.Enum. There are many methods defined in java.lang.Enum, public final int ordinal() returns the position of the [...] READ MORE