Difference between an argument and a parameter?
Answer Posted / aditya
variables defined in the method eg: sum(int a ,int b)
here a and b are parameters which r variables.
the values passed to that variables r called arguments.
| Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
How do you join strings in java?
What is the difference between JVM and JRE?
What is the purpose of java?
Differentiate between class and structure.
What is the definition of tree ?
What is increment in java?
What is constructor in java ?
How do you convert int to char in java?
What is unicode with example?
What is singleton class example?
how to convert Java project into Maven ?
How are this() and super() used with constructors in java programming?
Define the term string pool?
Similarity and difference between static block and static method ?
Can we sort set in java?