Java Main Classes
The java.lang package is automatically imported in every program and includes classes and interfaces that form the foundation of all Java programs. It can be considered the most commonly used package in Java programs.
Java BigDecimal Class in the java.math Package
Introduces how to add, subtract, multiply, divide, and round with Java BigDecimal