0
Hey,
You probably mean "args" that is placed in below code of main method?
public static void main (String[] args) {
}
I am new to java and programming aswell but my wild guess is that inside round brackets you are declaring an array of Strings that name is "args".
Just a wild guess...



