Last updated: Feb 22, 2022

Packages

Package is a group of similar types of classes, interfaces and sub-packages.Package can be categorised in two forms, built-in package and user-defined package.There are many built-in packages such as java, lang, awt, javax, swing, net, io, util, sql etc. It helps organise your classes into a folder structure and make it easy to locate and use them. More importantly, it helps improve code reusability.
Packages in Java EASY
Packages in Java are used to group related classes and interfaces, providing modularity, preventing name conflicts, and improving code organization and reusability.
Java Applet EASY
A Java Applet is a type of program that runs in a web browser. It was intended to be embedded in an HTML page and run on the client side.
java.util package
In this blog, we will be covering java.util package.
The java.lang Package
This blog will cover the interfaces and classes of the java.lang package.