Is there any need to import java.lang package?
Answer Posted / arunji,shc
no,because java.lang.package is a default package.so no
need to import this package in our progrm
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is anagram word?
What is instanceof keyword?
What is the advantage of preparedstatement over statement?
Is there any sort function in java?
What are different types of constants?
What does yield method of the thread class do?
What are the parts of a method?
What is a dynamic array in java?
Which programming language is most secure?
What are the two types of streams offered by java 8?
Can we make constructors static?
What is method and methodology?
What does the “static” keyword mean? Can you override private or static method in java?
What is bubble sorting in java?
Explain the difference between an Interface and an Abstract class?