Does a child Process created by a Java application using ProcessBuilder get reaped on exit assuming assuming the application waits for termination with waitFor ?
I am using JDK 11 on Linux.
8
Does a child Process created by a Java application using ProcessBuilder get reaped on exit assuming assuming the application waits for termination with waitFor ?
I am using JDK 11 on Linux.
8