java_process
Java Process
Java Process is a class in Java's java.lang package that represents a native operating system process. It allows developers to interact with external processes, retrieve their exit status, and manage their input/output streams. Introduced in Java 2004 with Java 5, Process is useful when launching and controlling external programs from within a Java application, such as for executing shell commands, running external scripts, or managing long-running processes.
https://docs.oracle.com/javase/8/docs/api/java/lang/Process.html
java_process.txt · Last modified: 2025/02/01 06:47 by 127.0.0.1