I have a jar that a friend sent me. In it:
2 classes
both use the class constant pool, that is, if I change the number of arguments in the second method of the second class, then the behavior of the program will change.
in fact this jar is blackbox for me
reopen #663
I have a jar that a friend sent me. In it: 2 classes both use the
class constant pool
, that is, if I change the number of arguments in the second method of the second class, then the behavior of the program will change.in fact this jar is blackbox for me