jdk8源码
文章平均质量分 51
huhuhu1234565asdf
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JDK8源码之String
今天来看一看JDK8中String的源码原创 2021-01-15 13:14:26 · 335 阅读 · 0 评论 -
JDK8源码之Object(一)
先来看一下oracle官方对Object的解释:* Class {@code Object} is the root of the class hierarchy.* Every class has {@code Object} as a superclass. All objects,* including arrays, implement the methods of this class.翻译过来就是说:Object类是(java里)类层次结构的跟。任何一个类都有一个Object超类,所有原创 2020-08-10 08:23:11 · 208 阅读 · 0 评论
分享