DEVFYI - Developer Resource - FYI

Do I need to import java.lang package any time? Why ?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

486. Do I need to import java.lang package any time? Why ?

No. It is by default loaded internally by the JVM.

(Continued on next question...)

Other Interview Questions