Posted in 面试题 onFebruary 06, 2012
try {
if (choice) {
while (true)
} else {
system .exit(1):
}
}finally {
codetocleanup();
}
答案:
答案:不会
if (choice) {
while (true)
} else {
system .exit(1):
}
}finally {
codetocleanup();
}
答案:
答案:不会
代码中finally中的代码会不会执行
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Tags in this post...
Reply on: @reply_date@
@reply_contents@