java dynamic function calling

Posted by dpaksp on Stack Overflow See other posts from Stack Overflow or by dpaksp
Published on 2010-06-16T05:44:25Z Indexed on 2010/06/16 5:52 UTC
Read the original article Hit count: 210

Filed under:

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

© Stack Overflow or respective owner

Related posts about java