Can we fork another process from Java?
Created Oct 2, 2001
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.)?