>>> Note: Parameters refers to the list of variables in a method declaration. Arguments are the actual values that are passed in when the method is invoked. When you invoke a method, the arguments used must match the declaration's parameters in type and order.
I was reading above lines from link
http://download.oracle.com/javase/tutorial/java/javaOO/arguments.html
I have not clearly understood the difference between parameter and argument
Any ideas, resources,sample code,links, highly appreciated. thanks in advance.