Release Note: java.lang.Process Implements AutoCloseable and Closeable

XMLWordPrintable

      [Process] has a new `close()` method and supports [AutoCloseable]. Closing a process ensures that it has terminated and its streams and underlying resources are released. When used with `try-with-resources`, the process and its streams are closed when the `try-with-resources` block exits.

      See [java.lang.Process][java.lang.Process.close()] for details and examples.

            Assignee:
            Roger Riggs
            Reporter:
            Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: