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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -