Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In Java, yes. Note that the JVM doesn't enforce checked exceptions. It's a language level thing. So in Kotlin for example, where all exceptions are unchecked, you can use the streams library without needing try/catch.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: