Archives: Reflection

Java Core API: Introduction to Java Reflections

June 12, 2010 | By Rakhitha | 6 Comments | Filed in: Java Stuff.

Here is an exercise for you! Write a java program that take two or more command line arguments. 1st argument is a class name. 2nd argument is a method name. Rest of the arguments are string values to be passed in to that method. Your program has to load the class specified in first argument • Read More »

Tags: , , , , , , , ,