How many ways a java Program can end ?
Posted
by Frank
on Stack Overflow
See other posts from Stack Overflow
or by Frank
Published on 2010-02-04T18:29:01Z
Indexed on
2010/04/07
23:53 UTC
Read the original article
Hit count: 297
I know use System.exit(0) can end a java program, for instance, if I have a JFrame window, it will close and end the program, but I wonder how many other ways, can it be closed and the program be ended ? Including when an error occurs, will the program be shut down and the JFrame be closed ?
© Stack Overflow or respective owner