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
What is the need of transient variables in Java ?
what is enumset?
What is difference between this and super keyword?
What is the use of bufferedreader?
Is linked list a linear or non-linear data structure?
What is map in java?
What is final keyword in java? Give an example.
Why are lists ordered in java?
Which of the classes will have more memory allocated?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What is default constructors?
Can we sort a map in java?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is the default value of byte datatype in java?