No, java. lang package is a default package in Java therefore, there is no need to import it explicitly . i.e. without importing you can access the classes of this package.
Is it mandatory to import Java Lang package every time?
No, java. lang package is a default package in Java therefore, there is no need to import it explicitly . i.e. without importing you can access the classes of this package.