Hi, I'm trying to make a very simple java tester program. So, my program asks the user for the name of a method, and then runs it (doing a bunch of tests in the process) Does anyone know the name of the method(s) that will allow me to do this? Or even better, is there anyway I can get user input, and covert it directly into Java?
For example, the user inputs System.out.println("hello world");
and the program would actually run it?