a***a 发帖数: 974 | 1 例如break, goto the end一类的.
试了break, 发现好象只是停了本次循环 | c*****t 发帖数: 1879 | 2 return;
System.exit (0);
throw new Exception ();
【在 a***a 的大作中提到】 : 例如break, goto the end一类的. : 试了break, 发现好象只是停了本次循环
| m******t 发帖数: 2416 | 3
I have seen code that plugs into the bootstrap classpath
to intercept System.exit(0) so a user would never be able to exit
the VM.
To guarantee an exit from VM, I would go to the Bug Parade and
find out a JVM bug that would cause it to core dump.
(yes, I *am* kidding.)
【在 c*****t 的大作中提到】 : return; : System.exit (0); : throw new Exception ();
|
|