java dynamic function calling
- by dpaksp
here is that case....i have an String array that contains only method names of yyyyyy.java file
in xxxxxx.java file am creaing yyyyyy.java 's instance (say obj)
now i have access obj.fuction_name....that function i should get from that String array in loop ...is that possible ...
thank u