Why system class is imported on java?

Java

1 answer

Answer

1075362

2026-05-04 00:15

+ Follow

Java
Java

Some classes are imported by default, because they are used so often.

The Java.lang package is automatically imported. According to the Java API, Java.lang "provides classes that are fundamental to the design of the Java programming language."

See the related links section below for a link to a list of all classes currently in Java.lang.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.