摘要: 在JVM正常运行的情况下,finally块一定会执行。 当JVM退出( System.exit(0);)在finally之前,则不会执行finally代码块! 阅读全文
posted @ 2016-03-29 17:40 dark_passion 阅读(149) 评论(0) 推荐(0)