Do I need to import the Java.lang package anytime during running a program?
Answers
Answered by
0
No, java.lang package is a default package in Java therefore, there is no need to import it explicitly.
Similar questions