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 is the impact of declaring a method as final?
How to sort an array in java without using sort method?
When do we use synchronized blocks and advantages of using synchronized blocks?
What are the features of java?
Can we have any code between try and finally blocks?
Is minecraft 1.15 out?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
Explain the features of interfaces in java?
Why string is a class?
What is the properties class?
What does ide stand for?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is class??
What is super keyword explain with example?
what is abstract class in Java?