Terminates the currently running Java Virtual Machine
Terminates the current Java Virtual Machine
public class SystemExample {
public static void main(String[] args) {
System.exit(1);
}
}
Tags: java.lang, java.lang.System, System, System examples
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply