Index
Introduction
A package is simply a container that groups related types (Java classes, interfaces, enumerations, and annotations
Built-in Package
Built-in packages are existing java packages that come along with the JDK.
For example, java.lang
, java.util
, java.io
, etc. For example:
oss
You don’t need to import
java.lang
because it’s already integrated with the java environment