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

Verified
Correct Answer:
Verified
Related Questions
Q5: When a method's return type is an
Q7: Assume the class BankAccount has been created,
Q7: An instance of a class does not
Q8: If you have defined a class SavingsAccount
Q9: Enumerated types have this method, which returns
Q13: The only limitation that static methods have
Q15: You can use the enum key word
Q35: When a method in the _ class
Q38: If object1 and object2 are objects of
Q45: When an object is passed as an