Computer Science, asked by chandan731096, 4 months ago

what is a package?name the package which is invoked by default​

Answers

Answered by ratamrajesh
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 hemantsuthar00019
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