Thinking in java学习笔记之初始化时间:2023-03-10 02:40:17 1、基本数据类型:类的每个基本数据类型保证有一个初值(char为0输出则是空白) 2.构造器: 3、静态初始化顺序示例及总结 4.非静态初始化顺序 4.数组