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