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 the difference between jvm and jre? What is an interface?
What is difference between path and classpath in java?
What is static keyword in java?
What is the difference between a loader and a compiler?
Which one of the following suits the description of a string better: derived or primitive?
What is a wrapper method?
What is the importance of static variable?
Can an interface extend a class?
What are the escape sequences in java?
How to check if a list is sorted in java?
What are the two ways of implementing multi-threading in java?
What is a constructor overloading in java?
Why use string handling in Java?
why java uses class level type casting ?
What are java packages?