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 meant by object?
What is the purpose of the finalize() method?
Is null a string in java?
Can a final variable be initialized in constructor?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
Can we define a package statement after the import statement in java?
What is treeset in java?
What is java and their uses?
Can one thread block the other thread?
What are the different ways of implementing thread? Which one is more advantageous?
Can we use string in the switch case?
What is string intern in java?
Is java written in c?
What are loops in java?
Is 0 true or is 1 true?