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?
|
2 | edited body; edited tags | ||
|
||||
|
1 |
|
||
What is native implementation in JavaIf we look at the Java Object class then we can find some of the methods like
|
||||
