8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
我看你本地方法只注册了 system类的copyof方法 而且未使用
我运行一个最简单的例子 system.out.println("hello") 我发现底层确实是用的 system类 但是system.out指向printstream 而printstream.println又指向了BufferedWriter 那请问我在你给出的bytecode下并未发现此class 为何系统正确执行了? 请解答 是调用了系统自己的classloader了吗