A declaration for an enumerated type begins with this key word. enum enum_type enumerated ENUM
  • enum
  • state
  • OAK
  • has a
Assuming the following declaration exists:enum Tree { OAK, MAPLE, PINE }What will the following code display?System.out.println(Tree.OAK); Tree.OAK 0 1 OAK Nothing. This statement will cause an error.
  • state
  • OAK
  • enum
  • has a
Java automatically stores this value in all uninitialized static member variables: null 0 -1 false
  • False
  • 0
  • True
  • 1
0 h : 0 m : 1 s

Answered Not Answered Not Visited Correct : 0 Incorrect : 0