'System' is a class in which of the following packages of Java programming…
2025
'System' is a class in which of the following packages of Java programming language?
Answer: D. Java.lang — The System class is located in the java.lang package. This package contains core classes that are automatically imported into every Java program, so no…
- A.
Java.util
- B.
Java.sql
- C.
Java.io
- D.
Java.lang
Attempted by 267 students.
Show answer & explanation
Correct answer: D
The System class is located in the java.lang package. This package contains core classes that are automatically imported into every Java program, so no explicit import statement is needed.
Loading lesson…