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
Which data type is class in java?
Is java util list serializable?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
Is void a type?
What are basic data types?
Can we override the private methods?
why would you use a synchronized block vs. Synchronized method? : Java thread
Why do we use return statement?
What does jenkins do?
Is null false in java?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
Explain notify() method of object class ?
How do you know if a value is nan?
What is the purpose of the main method?
What is return data type?