In the last few task i seen often this requirement: The main method's first parameter is ..... I seen in some solution that corrispond at args[0], that should be the same array args that we can find in the main signature. Someone can please explain me how works with that and why i should use it Thankyou!