Is there any need to import java.lang package?
Answer Posted / harsha
It is not need, by default it is loaded internally by the
JVM.
| Is This Answer Correct ? | 31 Yes | 4 No |
Post New Answer View All Answers
what is the difference between future and callable interface in java?
What are the library functions in java?
What are the rules for naming an array?
Difference between object instantiation and construction ?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What are the Main functions of Java?
What if I write static public void instead of public static void in java?
How does remove work in java?
What is an image buffer?
Explain abstract class in java?
What restrictions are placed on method overriding in java programming?
Where can I find jdk in my computer?
How to set the permissions to a file in java?
How to create com object in Java?
What is the major advantage of external iteration over internal iteration?