我们可以实现一个对象的接口数量是否有限? (在 Java 中)
Do we have a limit number of interfaces which we can impliment to an object? (in Java)
我们可以实现一个对象的接口数量是否有限制?
如果我们这样做,那么有多少?
class 或接口的直接超级接口的数量被 ClassFile 结构的 interfaces_count 项的大小限制为 65535。
我们可以实现一个对象的接口数量是否有限制? 如果我们这样做,那么有多少?
class 或接口的直接超级接口的数量被 ClassFile 结构的 interfaces_count 项的大小限制为 65535。