📜  做未经检查的异常需要抛出 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:55.834000             🧑  作者: Mango

代码示例1
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.