Is is possible to create a known class and then use a string
as the method name? similar to this sample. I want to use this where the method to be invoked will be read in as a string from an input file.
AnyClass c = new AnyClass();
c.("setMethod"
thanks.
as the method name? similar to this sample. I want to use this where the method to be invoked will be read in as a string from an input file.
AnyClass c = new AnyClass();
c.("setMethod"
thanks.