Process类详解
The ProcessBuilder#start() and Runtime#exec(String[],String[],File)
methods create a native process and return an instance of a subclass of Process
that can be used to control the process and obtain information about it.
ProcessBuilder的start()方法,Runtime的exec(String[],String[],File)方法都会穿件一个本地的进程
以及返回一个Process子类的实例,这个实例可以用于控制进程以及包含进程的自身信息。