What is Reflection. Uses of Reflection

Showing Answers 1 - 1 of 1 Answers

Pattukkottai Arun

  • Jul 21st, 2005
 

Reflection is an advanced feature of the Java environment. It gives runtime information about objects, classes, and interfaces. 
 
Uses :Constructing an object using a given constructor  
Invoking an object's method using such-and-such parameters  
Assigning a value to an object's field  
Dynamically creating and manipulating arrays

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions