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 |
How can you debug the Java code?
What is a default constraint?
Which class cannot be a subclass in java?
How do you trim a space in java?
what is the main class of all the classes
Can constructor be inherited?
What is final int?
What is the difference between add() and addElement() method in Vector Class ?
What does opcode mean?
What does @param args mean in java?
where do you place after you did code in java
What is the purpose of the runtime class in java programming?