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 is meant by null and void?
Give the difference between the println method and sqrt method?
Explain numeric promotion?
Mention a package that is used for linked list class in java.
What is the difference between procedural and object-oriented programs?
Can classes declared using the abstract keyword cab be instantiated?
What is unicode in java?
What do you mean by chromounits in java8?
Is array primitive data type in java?
what is static import in java? Explain
Can anonymous class have constructor?
What is the default value of an object reference declared as an instance variable?
Why is java architectural neutral?
What are the loops in java?
Is finalize() similar to a destructor?