Question: java Which of the following statements about enum types is incorrect? We can compare enums using the == operator. We reference a particular enum value
java
Which of the following statements about enum types is incorrect?
| We can compare enums using the "==" operator. |
| We reference a particular enum value using the enum type and the dot operator. |
| An enum type represents a fixed set of values. |
| We can define enum types for numeric values. |
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
