• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






猫九丶

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2017年5月19日

java基础数据类型复习
摘要: java的基础数据类型分为四类八种 四类八种 基本数据类型不能=null 1.整数型 1.byte 2.short 3.int 4.long 2.浮点型 1.float 2.double 3.布尔型 boolean 4.字符型 char (注:字符串不属于四类之内) 字符串:String java 阅读全文
posted @ 2017-05-19 10:29 猫九丶 阅读(135) 评论(0) 推荐(0)
 
java包装类
摘要: 包装类 long Long int Integershort Shortbyte Byte float Floatdouble Double doolean Doolean char Character int的一个包装类是Integer Integer . xx = null;是int 的引用类型 阅读全文
posted @ 2017-05-19 09:08 猫九丶 阅读(78) 评论(0) 推荐(0)