BruceEckel / OnJava8-Examples

Code Examples for the book "On Java 8"

Home Page:http://www.OnJava8.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About enums in switch Statements

antaow opened this issue · comments

Bruce,

When I read your chapter on Enumerations, In the section of enums in switch Statements, original text:the compiler will complain if you don’t have a default—even if you’ve covered all the possible values of the enum.

The question is as follows:

when I don't use a default,my compiler doesn't give any error .

CleanShot 2022-06-28 at 21 37 42@2x

My java version is "17.0.1" 2021-10-19 LTS