Java并发编程:进程的创建 */--> code {color: #FF0000} pre.src {background-color: #002b36; color: #839496;} Java并发编程:进程的创建 Table of Contents 1. Runtime.getRuntime().exec() 2. ProcessBuilder.start() 上次聊了进程和线程的相关概念,那么,怎么在Java中创建一个进程呢? 当我们创建一个应用程序,然后执行这个程序,系统肯定会创建一…