what is a package?name the package which is invoked by default
Answers
Answered by
7
Explanation:
java. lang package is imported by default, no need to explicitly import it. Classes in the java. lang package do not need to be imported(the compiler acts like they are always imported).
Answered by
2
Answer:
Java. lang package is imported by default, no need to explicitly import it. Classes in the java. lang package do not need to be imported(the compiler acts like they are always imported
Similar questions