不拼不博三年白活

2016年4月14日

相关类

摘要: 系统相关类:System和Runtime类 字符串相关类:String、StringBuffer和StringBuilder类 日期相关类:Date;DateFormat抽象类和SimpleDateFormat类;Calendar抽象类和GregorianCalender类 包装类和自动装箱和拆箱 阅读全文

posted @ 2016-04-14 19:33 不拼不博三年白活 阅读(126) 评论(0) 推荐(0) 编辑

异常(4.13)

摘要: Exception(异常)包含了RuntimeException和IOException类,他是所有异常的父类。 语句结构 try{ }catch(){ } throw和throws的运用 阅读全文

posted @ 2016-04-14 10:58 不拼不博三年白活 阅读(107) 评论(0) 推荐(0) 编辑

导航