Help me for Java Programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • masoumeh
    New Member
    • Sep 2006
    • 5

    Help me for Java Programming

    What is the solution of this error in intellij

    Process finished with exit code 0

    please help me

    thanl you very much
  • doelf
    New Member
    • Oct 2006
    • 9

    #2
    Originally posted by masoumeh
    What is the solution of this error in intellij

    Process finished with exit code 0

    please help me

    thanl you very much
    That means that the program terminated normally.
    The program can be terminated by System.exit(sta tus). It's a convention that a non-zero status value is used for an abnormal termination.

    Comment

    Working...