When writing a method, you must ALWAYS place a pair of opening and closing parenthesis next to the method name. The stuff that goes inside the parenthesis is called the "parameter" or "argument." You can have more than one argument when defining a method. The argument for main is: String[] args Once again, we'll find out what this piece of code means later.