Basically, it is used for command-line arguments, so if you run : java MyProgram one two. Then, args will contains ["one","two"].
確定! 回上一頁