Skip to content

Java SE 8 Course

4 Posts

Java Comments

Comments are a way to write notes for our code snippets, and a way to explain how the function/class works.

Java Variables and Data Types

This is an introductory lesson on variables or different data types available in Java.

Introduction to Java Enums

Definition of enums In Java, an enum (short for "enumeration") is a special data type that allows developers