Styrow.dev
Question 239 of 247
Java Topic: General medium

Is there any need to import java.lang package?

Question

Is there any need to import java.lang package?

Answer

No, there is no need to import this package. It is by default loaded internally by the JVM.