关于java的中英文介绍.docVIP

  • 41
  • 0
  • 约1.76万字
  • 约 11页
  • 2017-11-18 发布于江西
  • 举报
关于java的中英文介绍

Error Handlingwith Exceptions From :《Exception Handling in Java》 The author:ZengRu,?QiuHonglin The basic philosophy of Java is that “badly formed code will not be run.”The ideal time to catch an error is at compile time, before you even try to run the program. However, not all errors can be detected at compile time. The rest of the problems must be handled at run time through some formality that allows the originator of the error to pass appropriate information to a recipient who will know how to handle the difficulty properly. C and other earlier languages often had multiple error-handling

文档评论(0)

1亿VIP精品文档

相关文档