Hi,
"System.exit(0) "-->It means that it terminates the currently running Java Virtual Machine with "0" as status. what does that "status" refers to?
Even its working for System.exit(2) or for any status value.. could anyone clear that? Thanks in advance
-Thanks & Regards,
Hamsa
"System.exit(0) "-->It means that it terminates the currently running Java Virtual Machine with "0" as status. what does that "status" refers to?
Even its working for System.exit(2) or for any status value.. could anyone clear that? Thanks in advance
-Thanks & Regards,
Hamsa
Comment