You are on page 1of 1

Java packages

1. Java Lang Package

java.lang package provides classes that are fundamental to the design of the Java programming
language

2. Java Util Package

java.util package contains the collections framework, legacy collection classes, event model, date and
time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-
number generator, and a bit array).

3.Java net Package

The package java.net contains classes and interfaces that provide a powerful infrastructure for
networking in Java.

4.Java SQL Package

The java.sql package provides the API for accessing and processing data stored in a data source (usually
a relational database) using the Java programming language.

5.Javax XML.* Package

Javax.xml.* packages provide classes allowing the processing and communication of XML documents.

6.Java math Package

java.math package provides classes for performing arbitrary-precision integer arithmetic (BigInteger)
and arbitrary-precision decimal arithmetic (BigDecimal).

7.java.time

The main API for dates, times, instants, and durations.

You might also like