What are the Java system classes?

When I read some documents about assertions, I found that:

java -ea -dsa

Which is the system class?

Solution

According to the assertions documentation, the system class is a class without an explicit class loader, that is, a class loaded by the boot class loader AFAIK represents the content of rt.jar, that is, the entire standard API

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>