CSc 305 Talk Summary Template

Student: Lee Ching
Email: lching@calpoly.edu
Topic: Reflection in Java

"Reflection is a mechanism by which a program can find out about the capabilities of its objects at runtime , and manipulate the objects whose capabilities it has discovered."


Classes included in the Reflect api of the Java package

Reflection Class Purpose
Class Describes a type
Package Describes a package
Field Describes a field and allows inspection and modification of fields
Method Describes a method and allows its invocation on objects
Constructor Describes a constructor and allows its invocation
Array Has static methods to analyze arrays



  1. Excercises



CSC 305 Home