If in Java call:
String [] param={" python ", "hello. Py"};
The Runtime. GetRuntime (). The exec (param);
There will be several new process is created?
I know Java will create a child process to run this command, the "python hello. Py" this command will create a python process?