such as the title. Ask the boss to answer. ...
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; ...
I want to execute a web request in invoke to confirm whether the user s token is valid. Then confirm whether you want to use the existing local unexpired token or apply for a new token. Can you do it? ...
is there any other way to dynamically create objects by reflection ...