Java

It contains all the posts and videos regarding Java.

Override Enum methods

This lecture is a part of my video course Core Java Development Course For Beginners. In this lecture you will learn: Why it is needed to override Enum methods? Syntax to override Enum methods. Constant specific class body and its use. Watch this video in HD for better experience.https://youtu.be/qWEAVmdaEqc

Override Enum methods Read More »

Introduction to Enums

This lecture is a part of my video course Core Java Development Course For Beginners. In this lecture you will learn:What are enums and why enums were added in Java?Limitations of using String constant variables for fixed set of values.The syntax of Java enum.Similarities and differences between enums and java classes.What is java.lang.Enum class? Watch this

Introduction to Enums Read More »