What is a reflection package?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
reflection package defines the members and methods which
will give information about class related things
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / janet
java.lang.reflect package has the ability to analyze itself
in runtime.
| Is This Answer Correct ? | 1 Yes | 0 No |
Which language is java?
Why constructor has no return type?
What are the five major types of reference sources?
Where can I find data structures question and answers with comprehensive working code written in Java
What is off heap memory?
Is java type safe?
How do you ensure that n threads can access n resources without deadlock?
What is anti pattern in cyber security?
Is it possible to write static method in abstract class? justyfy your answer?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
Explain about automatic type conversion in java?
Explain about wait() method?