View Single Post
  #1 (permalink)  
Old 11-14-2007, 07:10 PM
JavaForums JavaForums is offline
Administrator
 
Join Date: Dec 2006
Posts: 649
JavaForums has disabled reputation
Using Reflection to run methods
Reflection is used when we want examine or modify the runtime behavior of applications running in the Java virtual machine. Java’s Reflection API provides very useful functionality for programmers. Here we will go through an example to understand what can be done with Reflection.
(more…)
Reply With Quote
Sponsored Links