Reflection « Development « Java Articles

Java Articles
1. Class Definition
2. Data
3. Development
4. GUI
5. J2EE
6. J2ME
7. JavaBeans
8. Language
9. Microsoft Collabration
10. Network
11. Swing
12. System Resource
13. XML
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Articles » Development » Reflection 
1. Take an in-depth look at the Java Reflection API
Author:Chuck McManis
URL:http://www.javaworld.com/javaworld/jw-09-1997/jw-09-indepth.html?
Summary: When you are creating tools for a programming language that are written in that programming language, sometimes you have to look "under the covers." The process of inspecting components of the program for meta-information -- that is, information about the component, as opposed to information about what the component is used for -- is called introspection. The 1.1 version of the Java core classes provides a new API called the Reflection API. This provides an introspection facility for Java classes. This month's column will take a look at what the Reflection API does and how you might apply it in your Java code. (3,420 words)


w___ww___.___j__a_v__a_2_s___._co_m___ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.