Enum and switch-case block

This lecture is a part of my video course Core Java Development Course For Beginners. In this lecture you will learn: How to associate multiple values with Enum constants? switch-case syntax for Enums. Two ways to declare Enums. When to use full name and when to use shorthand notation to access Enum constants? Benefits of enums over static final variables. Watch this video in HD for better experience.