Type Inference in Java
Type inference in Java is done using the var identifier.
Java Switch Expression
Switch expressions are similar to a switch statement but are expressions instead.
Constants in Java
Constants are defined by a single immutable copy of a variable.
Immutable Variables in Java
Java's final keyword and its usages on variables.
Gotchas in Java Packages
Problems that you can encounter when working with Java packages.
Java Packages
Java packages allow you to group classes together.
Java's Number Class
An abstract class in Java used to convert a number to other primitive number types.
Number Systems in Java
Java supports decimal, hexadecimal, octal, and binary number systems.
Java Continue Statement
Continue statements allow you to skip an iteration of a loop.
Java Break Statement
Break immediately terminates a loop's execution.