In a tutorial I found that Unchecked Exception can\'t be handled by your code i.e. we can\'t use try/catch block and the examples are exception
try/catch
Yes, you can throw unchecked exceptions with throw. And yes, you can catch unchecked exceptions in a catch block.
throw
catch