what is the difference between System.exit() and
System.exit(1)?
Answer Posted / balu
A non-zero exit status code, usually indicates abnormal termination. if n != 0, its up to the programmer to apply a meaning to the various n's.
From http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
How can you say java is object oriented?
List some important characteristics on jre
Is java owned by oracle?
Differentiate between stringbuffer and string?
What are the types of java languages?
What is generic class?
How many bits are in a sentence?
Can a private method be declared as static?
What is definition and declaration?
How many digits can a float hold?
What are the benefits of immutable objects?
Which is best ide for java?
Which are different kinds of source code?
Explain the concept of hashtables?
Why we used break and continue statement in java?