Computer Science, asked by ganeshmn634, 1 year ago

Is there a need to import Java.lang package while running Java programs?

Answers

Answered by sharvaridhawad
0
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.
Similar questions