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
Write a function to find out longest palindrome in a given string?
Why packages are used?
Which package is imported by default?
What is the disadvantage of synchronization?
What is type parameter in java?
Why super is first line in java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is codebase?
Write a code to create a trigger to call a stored procedure
What is a function argument in java?
How do you convert int to char in java?
What is the difference between a switch statement and an if statement?
What is a prefix function.write down a code to compute prefix function.
What is local variable and instance variable?
What is a boolean flag in java?