Can we fork another process from Java?
Created May 7, 2012
Alex Chaffee Yes. See Is there some way to implement multi-tasking in Java? and also look at the docs for java.lang.Runtime.exec().
See also What is the difference between multithreading and multitasking (et al.)?