User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







java:lang:system:exit

exit

public static void exit(int status)

exit a programm with a return code

example exit in java

package test;
 
public class Test{
 
    public static void main(String[] args) {
 
 
        System.out.println("Example for exit in java");
        System.exit(1);
        System.out.println("sorry but this is after our exit");
 
 
    }
}

output of exit

  Example for exit in java
  Java Result: 1
  

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
java/lang/system/exit.txt · Last modified: 2024/02/16 01:12 (external edit)

Impressum Datenschutz