- 博客(3)
- 收藏
- 关注
原创 任务三
public class T_3 { static class Inner{ static int one=5; static final int two=5; static final int three=new Integer(5); } public static void main(String []arg) { System.out.println(...
2019-06-16 20:20:36
123
原创 第一次任务
1、什么是抽象? 将存在的东西抽象成有特征描述的东西。比如不存在人,人只是一个概念抽象的集合。 2、类与对象的关系? 类是对象的抽象。如同人是你的抽象,你是人的一个对象。 3基本数据类型?(占用空间大小、取值范围、包装类型、默认值) 整型 int 4byte 32bit 0 short 2byte 16bit 0 long 8byte 64bit 0 byte 8bit...
2019-05-21 23:22:20
143
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人