代码

来源:互联网 发布:大数据成熟度模型 编辑:程序博客网 时间:2024/05/29 17:29

作为一个初学者你只能扎实好基本功了:
常见的代码一定要背会记住:
常见的异常:
ArithmeticException ——–算术异常
ArraylndexOutOfBoundException——数组索引异常
NUllPointerException—————–空指针异常
ClassNotFoundException————-找不到异常
FileNotFoundException———–找不到文件异常
IOException —————————IO异常
SqlException————————sql异常
NetExceptioon———————–网络异常
NumberFormatException—————–数字格式化异常
常见的运行异常:
NUllPointerException—————–空指针异常
ArithmeticException ——–算术异常
ArraylndexOutOfBoundException——数组索引异常
RuntimeException——————-运行时异常
NumberFormatException—————–数字格式化异常

原创粉丝点击