Java Iterating Over Enum values

In this tutorial, I am showing about enums iteration using different ways like forEach, stream and for loop.

An Java enum is a special data type which helps you to assign set of predefined constants to a variable