摘要:
Object的源码结构如下,Objec有以下方法 public class Object { private static native void registerNatives(); static { registerNatives(); } public final native Class<? 阅读全文
posted @ 2020-04-03 17:30 work hard work smart 阅读(175) 评论(0) 推荐(0)
|
|||
摘要:
Object的源码结构如下,Objec有以下方法 public class Object { private static native void registerNatives(); static { registerNatives(); } public final native Class<? 阅读全文
posted @ 2020-04-03 17:30 work hard work smart 阅读(175) 评论(0) 推荐(0) |
|||