Is there any need to import java.lang package?
Answer Posted / navneet raushan
Yes, When u will use reflection package then u will have to
import java.lang package.
Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What do you understand by copy constructor in java?
Can sleep() method causes another thread to sleep?
What is incompatible types in java?
Why method overriding is used?
What is the applet security manager, and what does it provide?
Why you should not use singleton?
What is bom encoding?
What are Normalization Rules? Define Normalization?
What is difference between calling start() and run() method of thread?
Explain about field hiding in java?
What is type inference in java8?
What is void in java?
Is java good for beginners?
Explain what is Marker interface?
What does string [] args mean?