I am not sure about the java.lang
Hierarchy. How can it contain java.security.Permission
class? Follow the link and search for java.security.Permission
.
It doesn't contain that class. It's there just to show that java.lang.RuntimePermission
is derived from java.security.BasicPermission
, which is derived from java.security.Permission
.
The class contained in the java.lang
package is java.lang.RuntimePermission
, but that webpage shows you the full class hierarchy, even if those class are not contained in the java.lang
package.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With