We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
StaticCall 除了被static 修饰的静态方法,所有被private 修饰的私有方法、被final 修饰的禁止子类覆盖的方法都会被编译成invokestatic指令。另外所有类的初始化方法和会被编译成invokespecial指令。JVM会采用静态绑定机制来顺利的调用这些方法。
There was an error while loading. Please reload this page.