Home » JAVA Programming » Basic Datatypes » Question
  1. Can we create instance of Enum outside of Enum itself?
    1. False
    2. 1
    3. True
    4. 0
    5. None of these
Correct Option: A

Enum does not have public constructor.



Your comments will be displayed only after manual approval.