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
How we can run a jar file through command prompt in java?
Why is stringbuffer faster than string?
Why array is used in java?
Are maps ordered java?
What is string subsequence method?
What is the difference between iterator and enumeration ?
What does string intern() method do?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is the use of pattern in java?
Can the garbage collection be forced by any means?
What is final method in java?
what is object-oriented programming in java?
What are local variables?
What do you mean by chromounits in java8?
How is the marker interface used in Java?