what is command line argument in java and how it is work
public static void main(String []args){
for (int i = 0; i < args.length; i++)
System.out.println(args[i]);
and what is .length in upper code.
is it function no it is not function
is it class no it is not a class
then what is .length plz help me