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 null statement?
What is the base class of all exception classes?
What is type safety in java?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What do you understand by Header linked List?
What are the restrictions that are applied to the java static methods?
What is the right data type to represent a price in java?
What is jee6?
Can we call the constructor of a class more than once for an object?
What is a parameter in a function?
How to change the priority of thread or how to set priority of thread?
How do you create an array in java?
How many arguments can be passed to main ()?
What is collection api?
How is a structure different from array ?