What is the difference between parameters and arguments ?
Answer Posted / shadow
While defining method, variables passed in the method are
called parameters. While using those methods, values passed
to those variables are called arguments.....!
$HADOW
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is ++ a in java?
What is final variable?
How can I right-justify a string?
What is the synchronized method modifier?
Differences between C and Java?
Why declare Main() inside the class in java ?
What does sprintf mean?
What is navigable map in java?
What is formatted output in java?
How can we achieve thread safety in java?
Do you know why doesn't the java library use a randomized version of quicksort?
How do you control extraneous variables?
What are the five major types of reference sources?
What is Java Package and which package is imported by default?
How do you create a method in java?