Home / Questions / Why does the System class not need to be imported?
Explanatory Question

Why does the System class not need to be imported?

👁 1,035 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

The System class is in the java.lang package. This package is implicitly imported. So, there is no need to explicitly import it.