这些是java.lang.Object
课程中的一些方法,我正在经历......
protected native Object clone() throws CloneNotSupportedException;
public final native Class<?> getClass();
public native int hashCode();
public final native void notify();
private static native void registerNatives();
public final native void wait(long timeout) throws InterruptedException;
为什么这些方法定义为本机?如果可能,请分享参考和进一步阅读文档。