java - Identify library file/Source that contains native method implementation -



java - Identify library file/Source that contains native method implementation -

how identify library file contains implementation of native methods ?

ex.

public native string intern();

where can find implementation (source code) of string.intern() method ?

found reply string.intern() quick google search

constant pool symbol table cpp : symbol table hpp

yet find reply generic way identify native implementation/library

java implementation native native-code

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -