由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Boundary checking & robustness
相关主题
spring transaction的问题前台javascript+后台java,用google gwt,还是自己手写javascript?
实在搞不定了,问问大虾,java里面得itemListenerRe: EJB and its Future (Discussion welcomed)
hibernate性能问题Why Java needs clone interface?
请教汉字的utf-8 mapping (转载)Re: what parts of Java you don't like? w
在自己的电脑上建一个类似BBS的系统,请问有没有比较好的JavaRe: help for running CPU intensive progr
Confluence太贵了如何在WINDOWS上DEBUG JAVA
JAMWiki, anyone used it?Re: linux IDE gui-visual builder for jav
编程最重要的是逻辑思维能力talk about benchmarking java
相关话题的讨论汇总
话题: boundary话题: robustness话题: checking话题: java话题: program
进入Java版参与讨论
1 (共1页)
m******t
发帖数: 2416
1
Looks like I missed the class, but there is a couple of points
I thought might be interesting enough for me to put here.
IMHO, boundary checking in Java contributes a lot in robustness.
While thomas is right about it is hard for a program to recover
from an out of boundary, the key point of Java's built-in boundary
checking is that it allows the program to fail in an *orderly* manner,
and prevents the anormaly condition from propagating to other parts
of the system. That is very, very important
1 (共1页)
进入Java版参与讨论
相关主题
talk about benchmarking java在自己的电脑上建一个类似BBS的系统,请问有没有比较好的Java
java creator怎么搞得?Confluence太贵了
问个programming style 的问题 (转载)JAMWiki, anyone used it?
Please recommend a book for learning java编程最重要的是逻辑思维能力
spring transaction的问题前台javascript+后台java,用google gwt,还是自己手写javascript?
实在搞不定了,问问大虾,java里面得itemListenerRe: EJB and its Future (Discussion welcomed)
hibernate性能问题Why Java needs clone interface?
请教汉字的utf-8 mapping (转载)Re: what parts of Java you don't like? w
相关话题的讨论汇总
话题: boundary话题: robustness话题: checking话题: java话题: program