Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 Java 中的 Checked 和 Unchecked Exception。
在多层环境中,unchecked Exception 是否比checked Exception 有更好的性能?
性能差异绝对为零。他们都只是Exceptions。
Exception
Checked-/unchecked-ness 纯粹是一个编译时概念。