Multiple Choice
Look at the following declaration. enum Tree { OAK,MAPLE,PINE }
What is the fully-qualified name of the PINE enum constant?
A) PINE
B) enum.PINE
C) Tree.PINE
D) enum.PINE.
E) PINE.Tree
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: When the this variable is used to
Q7: Which of the following is not true
Q10: If you have defined a class SavingsAccount
Q12: When a field is declared static, there
Q15: The key word this is the name
Q20: CRC stands for:<br>A) Code, Reuse, Constancy<br>B) Class,
Q23: The only limitation that static methods have
Q36: When an object reference is passed to
Q45: When an object is passed as an
Q46: If object1 and object2 are objects of