๐ R4R MCQs
Home
New MCQS
MCQS
Articles
Contact
๐งช Java/J2EE MCQ Quiz Hub[Mock Test]
Enum
Choose a topic to test your knowledge and improve your Java/J2EE skills
1. 'enum' is ?
special type in java that is used to define collection of constants.
Enum can be declared outside the class, and also inside the class.
Both
None
2. enum can be created ?
Enum can be declared outside the class.
Enum can be declared inside the class.
Both
Inside methods
Submit