Name a package that is involved by default
Answers
Answered by
16
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).
^--^
anonymousraj:
hii sirvi
Answered by
0
Answer:
java. lang package
Explanation:
it is imported by default. no need to explicity import it
Similar questions