Computer Science, asked by shalini683, 1 year ago

Name a package that is involved by default

Answers

Answered by Anonymous
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 freefireplayer100
0

Answer:

java. lang package

Explanation:

it is imported by default. no need to explicity import it

Similar questions