Is there any need to import java.lang package?
Answer Posted / srikanth
no, not needed it is included by default by JVM
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Does list allow duplicates in java?
What happens when main () method is declared as private?
Can string be considered as a keyword?
What is linked hashset and its features?
What methodology can be utilized to link to a database?
Is null a string or object in java?
Why volatile is used in java?
What is the purpose of the strictfp keyword?
What are the different data types in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What are the 6 functions?
What is an example of a boolean?
What is a java lambda expression?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
What is the difference between Java1.4 and Java1.5