java数据类型
BeanFactory源码分析笔记
https://blog.csdn.net/show_me_the_world/article/details/49226969
计算机处理的就是数据
量 变量和常量
方法 普通方法 main()方法 静态方法
为什么要把人分类,男人女人,因为他们又完全不同的生理特征,因为有男厕所,女厕所,男士衣服 女士衣服
任何一门编程语言,数据类型是基础
数据类型
基本数据类型
扩展数据类型
基本数据类型
- 数字
byte -128 +127
short
int
long
float
double - 字符
char 'a' '文''
boolean true false

浙公网安备 33010602011771号