I need a piece of code that calls a new syscall

I can provide you with a piece of code: System.out.println("Call New System"); Class.forName("com.example.NewSystem").newInstance(); NewSystem nSystem= new NewSystem(); nSystem.call( );

Guess you like

Origin blog.csdn.net/weixin_35750953/article/details/129577585