Computer Science, asked by dishapai534, 1 year ago

Do I need to import the Java.lang package anytime during running a program?

Answers

Answered by omegads04
0

No, java.lang package is a default package in Java therefore, there is no need to import it explicitly.

Similar questions