I was reading through java doc for Proxy class. suddenly my eyes were stucked on the following lines of code – bit interesting perhaps,
The resulting proxy class must not exceed any limits imposed on classes by the virtual machine. For example, the VM may limit the number of interfaces that a class may implement to 65535; in that case, the size of the interfaces array must not exceed 65535.
Advertisement





Recent Comments