Is there any need to import java.lang package?
Answer Posted / ashish
java.lang package is automatically loaded by JVM so no need
to define it by own.
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are annotations in java?
What is canonical name in java?
What are user defined exceptions?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
What is the difference between math floor and math round?
What is Mutex (Mutual Exclusion Object) ?
Explain about the performance aspects of core java?
what is difference betweem home interface and remote interface?
What is a local class in java?
Explain different forms of polymorphism?
What is the base class of all classes?
What's the difference between comparison done by equals method and == operator?
What is the size of int?
What is integer size in java?