'System' is a class in which of the following packages of Java programming…
2026
'System' is a class in which of the following packages of Java programming language?
- A.
Java.util
- B.
Java.sql
- C.
Java.io
- D.
Java.lang
Attempted by 74 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.