People use argument and parameter interchangably.

System.out.println("hello");

The argument to the println method is the String "hello". What Norm was explaining is that when you launch a java...