Is there any need to import java.lang package?
Answer Posted / subha narayan mohapatra
No, we need not to import java.lang package because
java.lang package is the default package for all java files
and it will add automatically in our java file.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the drawbacks of reflection?
What classes of exceptions may be thrown by a throw statement?
What is java in layman terms?
How do you create a sop?
What do you mean by scope of variable?
Difference between arraylist and vector.
What is the purpose of the return statement?
What is a instance variable?
What are the important methods of java exception class?
What is string variable?
What are the two main uses of volatile in Java?
What are basic data types?
What is method in java with example?
What super () does in java?
Can we force the garbage collection to run?