Data types supported by switch statements include the following: byte and Byte short and Short char and Character int and Integer String enum values For the exam, we recommend you memorize this list. Note that boolean and long, and their associated wrapper classes, are not supported by switch statements.