How I can pass string argument that the user gives from the command Line to the main?
public static void main( String[] args )
for example user writes in the command line : string1 string2
How I can read the string2 and save it to a String variable to main?