Difference between an argument and a parameter?
Answer Posted / roqaya nezar
suppose i have a method that i just defined, the variablse
i passed to this method are the parameters
but, when i use the defined method i will pass values to
its variables, now they are arguments.
| Is This Answer Correct ? | 29 Yes | 8 No |
Post New Answer View All Answers
Is string is a keyword in java?
What does the exclamation mark mean in java?
Name few "optional" classes introduced with java 8 ?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What is arrays fill in java?
is there a separate stack for each thread in java? : Java thread
What does indexof return in java?
What are the steps involved to create a bean?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Is java ee a framework?
What carriage return means?
what is optional in java 8?
Does anyone still use java?
How do you square a number?
What is the difference between int and integer in java?