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
posted @ 2018-03-29 14:10  oneboi  阅读(75)  评论(0)    收藏  举报