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
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
what is meant by HQL?
What is unicode used for?
what is instanceof operator used in java?
Can a abstract class be declared final?
how we can make a read-only class in java?
What does jre stand for?
What is an escape character in java?
What is close method? How it's different from Finalize & Dispose?
How can we find the sum of two linked lists using stack in java?
Can we make constructors static?
when to use ArrayList and when to use HashMap in webApplication.
Explain what do you mean by functional overloading in java?
What is string subsequence method?
What is the destroy method?