编程 c programming; coding; computer programming; java programming; to program
错误 1.(不正确) wrong; mistaken; incorrect; erroneous 错误的结论 wrong conclusion; 错误言论 erroneous remarks; 错误思潮 erroneous ideological trend; 错误估计形势 make a wrong estimate of the situation; 错误路线 an erroneous line; 错误思想 wrong thinking; a mistaken idea2.(不正确的事物、行为等) mistake; error; blunder; fault; falsehood; [俚语] booboo 犯错误 make a mistake; commit an error; 拼写错误 spelling mistake; 计算错误 make mistakes in calculation; 小错误 a slight [trifling] error; 这一事故是人为错误造成的。 the accident was caused by human error. 这是中国学生学英语最常犯的错误之一。 this is one of the most popular mistakes perpetrated by chinese students of english
To free developers of dealing with the sorts of exceptions that occur as a result of programming errors or that the program could not be expected to catch dereferencing a null pointer , falling off the end of an array , dividing by zero , and so on , some exceptions are nominated as unchecked exceptions those that derive from 对于因为编程错误而导致的异常,或者是不能期望程序捕获的异常(解除引用一个空指针,数组越界,除零,等等) ,为了使开发人员免于处理这些异常,一些异常被命名为非检查型异常(即那些继承自