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 == in java?
How to avoid memory leak in java?
Why multiple inheritance is not supported by java?
How big is a 64 bit float?
How do you make an arraylist empty in java?
Explain about oops concepts.
What is an object’s lock and which object’s have locks?
Explain the difference between collection api and stream api in java8?
What are 3 data types?
Can variables be used in java without initialization?
How is Object Oriented Programming different from Procedure Oriented Programming?
What do you mean by static variable?
When do you call copy constructor?
Which is better singleton or static class?
What are the access modifiers in java?