This category is about reflection. Reflection is a way of getting information about a particular class from the .class file. You'll sometimes here the term introspection. Introspection is a JavaBeans technology and can use the BeanInfo class to get its information. With reflection, the class file is parsed. Check out the example programs and the following links for more information.