Home > OS >  Excuse me this kind of situation will have several process is created?
Excuse me this kind of situation will have several process is created?

Time:09-16

Dear bosses, Linux research is not much, I suddenly curious about a problem:
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?
  • Related