Do I need to import java.lang package any time? Why?
Answer Posted / hrindows@gmail.com
No. It is by default loaded internally by the JVM.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is stringbuffer not immutable?
Is ++ operator is thread safe in java?
What is the use of flag?
How do you sort a list in java?
What are the different types of inheritance in java?
What does the exclamation mark mean in java?
please send me hr interview questions in it industry
What is the function of compareto in java?
What is e in java?
What is the base class for error and exception?
Is array passed by reference in java?
What is runtime polymorphism or dynamic method dispatch?
what is an objects lock and which objects have locks? : Java thread
Can a main method be overloaded?
What is the effect of keeping a constructor private?