One of the small things introduced in Java 8 is unchecked java.io.UncheckedIOException. It can replace the standard checked exception java.io.IOException. As you may have already guessed, it was introduced because of the Streaming API.
One of the small things introduced in Java 8 is unchecked java.io.UncheckedIOException. It can replace the standard checked exception java.io.IOException. As you may have already guessed, it was introduced because of the Streaming API.