java.lang.Runtime
Following are the few methods in Runtime class -
Process exec(String command) --> Executes the specified string command in a separate process.
Process exec(String[] cmdarray) --> Executes the specified command and arguments in a separate process.
Process exec(String[] cmdarray, String[] envp) --> Executes the specified command and arguments in a separate process