In c ++, I used the exit (0) function; to exit the program. Is there any equivalent on java?

    2 answers 2

    System.exit(0) or return in the main thread.