Difference between an argument and a parameter?
Answer Posted / aditya
variables defined in the method eg: sum(int a ,int b)
here a and b are parameters which r variables.
the values passed to that variables r called arguments.
| Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
What is parsing in java?
how do I create a runnable with inheritance? : Java thread
How to sort an unsorted array in java?
Why is singleton not thread safe?
What makes a function well defined?
Why we go for collections in java?
What is a heavyweight component?
how to write a server program and sending the mails to the server using smtp protocol please help me
What does a za z0 9 mean?
What is a hashmap used for?
Explain the importance of finally block in java?
What is final variable?
Why heap memory is called heap?
what is bmg file and how to create that files?what will it contailn?
What do you mean by an object in java?