Other |
---|
tbd masterUnresolved |
CSR :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The java.net.InetAddress has no public constructors, and only two subclasses in the same package, Inet4Address and Inet6Address, which are final. InetAddress can be made a sealed abstract class that permits only Inet4Address and Inet6Address to extend.
|