Difference between an argument and a parameter?
Answer Posted / dhawal
parameters are those that are passing to the method at the
time of defining the method but arguments are those which
are passed at the time of calling that method
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
How do you remove an element from an arraylist in java?
What is the difference between variable declaration and variable initialization?
Is java free for commercial?
List any five features of java?
What are functions in java?
What is the difference between access specifiers and access modifiers in java? 16
What is void class in java?
What is the difference between public, private, protected, and friend access?
What is nan in java?
Can java program run without jre?
How are observer and observable used in java programming?
Can we make the abstract methods static in java?
What happens if we don’t override run method ?
Print Vertical traversal of a Binary Tree.
What is better - 'bit-shift a value' or 'multiply by 2'?