less than 1 minute read

reminder

  1. System.exit(0)
    0 when execution went fien;
    1,-1,whatever !=0 when some error occurred, you can use different values for different kind of errors.

  2. What is different String,StirngBuffer,StirngBuilder
    Explain
    Sample_Code operation

Tags:

Categories:

Updated:

Leave a comment