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.
Is there any need to import java.lang package?
No, there is no need to import this package. It is by default loaded internally by the JVM.