-
多多经典的电子图书、编程文章和实例代码!!是学习和使用的好帮手!!推荐下载。...
多多经典的电子图书、编程文章和实例代码!!是学习和使用的好帮手!!推荐下载。-classic lot of electronic books, articles and examples of programming code! ! It is the learning and use of a good helper! ! Recommended download.
- 2023-02-10 10:35:05下载
- 积分:1
-
VC useful information and valuable oh.
很有用的VC资料,有价值哦。-VC useful information and valuable oh.
- 2023-06-10 23:40:08下载
- 积分:1
-
该程序使用加密算法实现了文件的加密的功能
该程序使用加密算法实现了文件的加密的功能-The program uses encryption algorithms realize the document encryption function
- 2022-05-13 19:29:25下载
- 积分:1
-
java异常处理
3.8 异常处理
什么是异常
知道Java异常分类
处理异常的两种方式
throw和throws区别
如何创建自定义异常
概念:
在程序中,可能产生程序员没有预料到的各种错误情况,比如打开一个不存在的文件等,在Java中,这种在程序运行时可能出现的错误称为异常。
异常可以把“描述在正常执行过程中做什么事”的代码和“出了问题怎么办”的代码相分离
例子:demo05.ExceptionDemo.java
Java异常分类A:
java.lang.Error,java.lang.Exception
Error(错误):jvm系统内部错误、资源耗尽等严重问题,发生Error时,编程人员无能 为力,只能终止程序,例如内存溢出等。
Exception(异常):因编程错误或偶然的外在因素导致的一般性问题,例如:对负数 开平方根、空指针访问等,当发生Exception 时,编程人员可以做出处理,并做出人性 化响应,比如弹出窗口,显示“请不要输入负数!”。
异常分类B:
检查性异常:编译器必须处理的异常,该类异常通常是Exception类型或其子类(RuntimeException类除外)//运行时异常
SQLException、IOException、ClassNotFoundException
例子:/DemoProject/src/com/hyg/demo08/FileInputStreamDemo.java
非检查性异常:编译器不要求强制处理的异常,RuntimeException类及其所有子类都是非检查性异常。
NullPointerException、ClassCastException
例子:equa
- 2022-02-14 14:02:16下载
- 积分:1
-
show player, users can later be used on the website touches on the trip.
显示播放器,用户可以直接拿来用,放在网页里面就行了.-show player, users can later be used on the website touches on the trip.
- 2022-06-21 17:11:10下载
- 积分:1
-
点亮流水灯程序
自己编译的程序,定时使流水灯闪烁,本程序的开发基于80C51单片机,使用keil软件编译,经调试已成功,可以放心使用。。- 很好的程序!...
- 2022-12-10 14:55:03下载
- 积分:1
-
一个定时关机程序vc++
一个定时关机程序vc++ -a regular shutdown procedures vc
- 2023-01-31 11:50:03下载
- 积分:1
-
can easily pair of Chinese Word, the ability to understand robot programming is...
可以容易地对中文进行分词,对于机器人的理解能力编程有很大的帮助-can easily pair of Chinese Word, the ability to understand robot programming is a great help
- 2022-08-07 06:15:41下载
- 积分:1
-
使用WebService服务帮助翻译的功能研究
使用WEBSERVICE翻译的功能对于学习WEBSERVICE有帮助-Use Translations WEBSERVICE study the function of WEBSERVICE for help
- 2023-07-08 09:35:03下载
- 积分:1
-
using keystroke input through the RS232 interface and system control
通过RS232接口使用按键输入和系统控制
- 2022-08-06 17:15:02下载
- 积分:1