标签: java runtime exec
我想从String或"System.out.println(\"Hello World!\");"之类的用户那里获得一个"int x = 2;",然后在运行时在java中执行该输入,我知道在python中有一个称为的内置函数exec()正是我在这里想要的。
String
"System.out.println(\"Hello World!\");"
"int x = 2;"
exec()