I'm creating a software that would execute custom code line by string SO, is there any method function or whatever you want that can do that :
String command="println("the TEST work !!!")";
magicExecMethod(command);
*and it print : the TEST work !!!
Thancks