Computer Science, asked by anikchaudhary451, 7 months ago

Name the package: [2]
i) contains the wrapper classes.
ii) that is invoked by default

Answers

Answered by seemadeepana2020
1

Answer:

I) java

ik)java lang

Explanation:

I) java

ii)java lang

Answered by rtsganesangmailcom
1

Answer:

i)wrapper classes in java belong to the java.land package,therefore there is no need to import any package explecity while working with them.

ii)land package is import by default,no need to explecity import it.classes in java.land package do not need to be imported.

Similar questions