Native Interface 本地接口

[Java][JVM]JVM体系结构 Native Interface 本地接口

[Java][JVM]JVM体系结构 Native Interface 本地接口 

使用native关键字。用native表示,也此方法是系统级(底层操作系统或第三方C语言)的,而不是语言级的,java并不能对其进行操作。native方法装载在native method stack中。

 

 

相关文章: