when debugging the code of the java dynamic proxy, you found that the statement in the invoke method in the proxy object was executed repeatedly. It runs normally. public class DynamicProxyHello implements InvocationHandler{ private Object proxy; ...