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
yet find reply generic way identify native implementation/library
java implementation native native-code
Comments
Post a Comment