What is the difference between parameters and arguments ?
Answer Posted / shadow
While defining method, variables passed in the method are
called parameters. While using those methods, values passed
to those variables are called arguments.....!
$HADOW
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is boolean logic?
State two differences between C and Java.
Does java support function overloading, pointers, structures, unions or linked lists?
How to sort an array in java without using sort method?
What is empty list in java?
What do you mean by append?
What happens if we override private method?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is mysql driver class name?
What does int [] mean in java?
What do you mean by exception handling in Java?
worst case complexities of Quick sort and Merge sort.
What is tree node in java?
How to store image in arraylist in java?
What are the basic control structures?