Is there any need to import java.lang package?
Answer Posted / ashish
java.lang package is automatically loaded by JVM so no need
to define it by own.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a method and a procedure?
What is string value?
Can I learn java without any programming experience?
How do you create an array in java?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
What is the purpose of tostring() method in java?
Is null a string in java?
Can you pass functions in java?
What is console based application in java?
Is Java a dying language?
What is difference between iterator and enumeration in java?
What are heterogeneous objects?
what is mena by object block any what is the use of that
Can a method be static?
Why is stringbuffer thread safe?