作者TonyQ (骨头)
看板java
标题Re: 关於 Exception 的问题
时间Fri Feb 17 19:02:00 2006
※ 引述《[email protected] (vincent)》之铭言:
: 有些 Exception 的状况有点一知半解, 想请教各位. 当一个 class 发生 Exception 时,
: 是否後续的程式码都不再执行?
如果是没有被handle的exception 程式就会自动终止
: 如果有 5 个 class 都 extend Thread, 当这 5 个 thread 都 run 起来後, 如果其中
: 一个 thread 发生 Exception, 是否会影响其他 thread 执行?
同上 只要有发生非预期的例外程式就会自动终止
但是可以使用 try catch 叙述去抓取预期的例外并做对应处理。
--
String temp="relax"; | Life just like programing
while(buringlife) String.forgot(temp); | to be right or wrong
while(sleeping) brain.setMemoryOut(); | need not to say
stack.push(life.running); | the complier will
stack.push(scouting.buck()); | answer your life
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.138.240.60
※ 编辑: TonyQ 来自: 140.138.240.60 (02/18 06:49)