
题目
Tz。
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
试题
I. True or False(10%) 1.char of Java is 8-bit 2.A Java class can extend from multiple base classes. 3.Member variables is to get a default init value when the object is to be created. 4.InputStream an...转载 2019-07-18 17:08:21 · 3610 阅读 · 0 评论 -
试题
Given: Integer.valueOf(1).equals(Long.valueOf(1)) which statement below is right? A.It doesn’t compile. B.The value is true. C.The value is false. D.It throws exception in run-time. What best desc...转载 2019-07-12 14:08:40 · 1958 阅读 · 0 评论