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 -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -