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 -ea -dsa
“通常启用断言,但禁用系统类中的断言。”
系统类有哪些?
根据断言文档,系统类是“没有显式类加载器”的类,即由引导类加载器加载的类。AFAIK 表示rt.jar整个标准 API 的内容。
rt.jar
根据相同的文档系统类是没有类加载器的类。可能是在引导类路径上找到的类