Which class is super class of every class

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

Answer : No by default java.lang package is loaded by JVM bootstrap classlaoder and it’s ready for use when we extend functionality using java.lang package.

Leave a Reply

Your email address will not be published. Required fields are marked *