Multiple choice technology web technology

java.lang are the implicit packages that need not get imported into a class file

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The java.lang package is automatically and implicitly imported by the Java compiler into every compilation unit, meaning classes like String or System do not require explicit import statements.