java - Lib/Class which can execute Methods written as Strings -


for example awesome.run("system."+"exit();"); there class or lib use this? helpful...

read java reflection api documentation , tutorials. basically, helps execute programming statements @ runtime.


Comments