Difference between an argument and a parameter?
Answer Posted / janet
while defining method,variables passed in the method are
called parameters.while using those methods,values passed
to those variables are called arguments.
| Is This Answer Correct ? | 133 Yes | 9 No |
Post New Answer View All Answers
What is difference between Heap and Stack Memory?
How do you override a method in java?
Explain the importance of throwable class and its methods?
What is the epoch date?
Why charat is used in java?
What do you mean by thread safe?
What is pojo class in java?
What is map in java?
What is a databasemetadata?
Why is sizeof not a function?
What is a method declaration?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What do you know about the garbage collector in java?
What data type is string java?
what is session in java?