How to identify library file that contains implementation of native methods ?
Ex.
public native String intern();
Where can I find imple
Found answer for String.intern() with quick google search
String.intern()
Yet to find answer for generic way to identify native implementation/library