do Unchecked Exceptions require throws
does Unchecked Exception require handling ?
Checked Exceptions occur at the runtime of the program.
These are also known as Runtime Exceptions.
With RuntimeExceptions It is not a requirement to handle or catch them at compile time.