‹ Back to the paper
While using Wrapper classes, we do not need to import any package. Give a reason.
Answer
Answer
AIWrapper 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.
From ISC Computer Science - Competency Focused Practice Questions (CISCE, August 2024), question 38.