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: java, Java Programming, java.lang.Class, java.lang.reflect, java.lang.reflect.Constructor, java.lang.reflect.Method, Programming, reflect, Reflection