02 2017 档案

摘要:什么是Exceptions 首先我们要知道什么是Exceptions, 定义如下 Exceptions: An exception is an event that occurs during the execution of a program that disrupts the normal f 阅读全文
posted @ 2017-02-12 17:00 dapanshe 阅读(194) 评论(0) 推荐(0)
摘要:1,Every identifier in a Java program has a type associated with it. 当你使用任何variable的时候,第一件事情是告诉你可爱的编译器它到底是是个什么类型!!! 2,AP Java 考到的类型包括 (primitive type) 阅读全文
posted @ 2017-02-11 13:48 dapanshe 阅读(114) 评论(0) 推荐(0)