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
What happens if we don’t define serial version uid?
What is arraylist e in java?
Can we create a class inside a class in java?
How do you reverse a word in java?
How will you reverse a singly-link list?
What is array length?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
Is 0 an even number?
Write a function to print Fibonacci series and Tribonacci series?
Explain about the performance aspects of core java?
What is a final class in java?
What are the basics of core java?
What are the six ways to use this keyword?
Which browsers work with java?
Why do we create public static method in java?