PRASHNIKAप्रश्निका
‹ Back to the paper

While using Wrapper classes, we do not need to import any package. Give a reason.

Computer Science20251 markShort answer

Answer

Answer

AI
Wrapper classes belong to the java.lang package, and java.lang is imported into every Java program automatically by the compiler, so no explicit import statement is needed to use them.
Primitive values, Wrapper classes, Types and casting

From ISC Computer Science - Competency Focused Practice Questions (CISCE, August 2024), question 38.