Skip to content

LinkedInLearning/java-switch-statements-3806108

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java: Switch Statements

This is the repository for the LinkedIn Learning course Java: Switch Statements. The full course is available from LinkedIn Learning.

lil-thumbnail-url

Switch statements—which let you execute one statement from multiple conditions—are an extremely useful part of Java. However, switch changed drastically in Java 17 compared to Java 8 or 11. In this course. Instructor Maaike van Putten explains the benefits of the latest switch features. Maaike starts off with the basics of a switch statement and what you can do with it. She then introduces the syntax of the new options for switch statements and gives some use cases for them. She also explains switch expressions—what they are, how they differ from switch statements, and how to know when you use which one. Lastly, learn about pattern matching, a preview feature in Java 17 that provides more flexibility when defining conditions for switch cases.

Instructor

Maaike van Putten

Trainer and Developer for Java, Python, Spring Boot, and More

Check out my other courses on LinkedIn Learning.

About

This repo is for LinkedIn learning course: Java: Switch Statements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages