Jump to content

Java API/Reflection: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Sjc (talk | contribs)
No edit summary
Line 1: Line 1:
'''Reflection''' is a constituent of the [[Java programming language|Java]] API which enables Java code to examine and "reflect" upon Java components at runtime. This enables, for example, advanced debugging strategies.
Put your text for the new page here.

padu Dog
http://java.sun.com/products/jdk/1.1/docs/guide/reflection/index.html

Revision as of 11:34, 25 August 2002

Reflection is a constituent of the Java API which enables Java code to examine and "reflect" upon Java components at runtime. This enables, for example, advanced debugging strategies.

http://java.sun.com/products/jdk/1.1/docs/guide/reflection/index.html