Difference between an argument and a parameter?
Answer Posted / rasool.sk
Whenever we are define a method with objects or references then that objects or references are called as parameters.
Whenever we are calling using that method with their objects or references values through that class object is called arguments
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Distinguish between a predicate and a function?
What is not object oriented programming?
What is exception handling in java?
Can we sort list in java?
what is daemon thread and which method is used to create the daemon thread? : Java thread
Is minecraft 1.15 out?
What is the symbol for line break?
What are the four versions of java?
What is a null check?
What is static import?
Can memory leak in java?
Write a java program to generate fibonacci series ?
How listener identify that the event came from a particular object?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Is namespace same as package in java?