计算机java外文翻译7
《计算机java外文翻译7》由会员分享,可在线阅读,更多相关《计算机java外文翻译7(11页珍藏版)》请在毕设资料网上搜索。
1、 外文原文 INTRODUCTION Bad things can happen to a running application. It can run into an error condition caused by incorrect data entered by the user, a problem in accessing a resource, or a bug in the application code, for example. Java has a comprehensive error-trapping and-handling mechanism called
2、exception handling. Exceptions are the messengers that carry the bad news inside the world of applications, from method to method, bean to bean, bean to container, and container to client. There are exceptions that you expect, so you prepare your code for their arrival: undesired but expected guests
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 java 外文 翻译
