show/hide this revision's text 2 edited body; edited tags

If we look at the Java Object class then we can find some of the methods like
public native int hashCode(), protected native Object clone(),
so my question is what are these natives and how do these methods works ?work?

show/hide this revision's text 1

What is native implementation in Java

If we look at the Java Object class then we can find some of the methods like
public native int hashCode(), protected native Object clone(),
so my question is what are these natives and how these methods works ??