cs notebook1
  • Introduction
  • sort algorithm
  • Overloading VS Overriding
  • multithreading
  • Concurrency0
  • Concurrency1
  • ExecutorService
  • iteration & recursion
  • IO
  • Marker interface(Serializable, Clonnable&Remote)
  • Jackson Library
  • java.lang.System.*
  • Virtual Memory
  • Java ClassLoader
  • interfaceVSabstractClass
  • ENUM
Powered by GitBook
On this page

Was this helpful?

java.lang.System.*

exit(0): Generally used to indicate successful termination. exit(1) or exit(-1) or any other non-zero value– Generally indicates unsuccessful termination.

Note :This method does not return any value.

PreviousJackson LibraryNextVirtual Memory

Last updated 5 years ago

Was this helpful?