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 are the java ide's? Explain
what is mena by object block any what is the use of that
What is vector?
What is type safety in java?
how to create constants in java?
What is a method signature java?
does java support pointers?
What are the basics of core java?
What is the difference between exception and error in java?
Which package is imported by default?
What is classname class in java?
Is class is a data type?
What technique can be employed to compare two strings?
How do you implement tree mirroring in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?