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
Explain about object oriented programming and its features?
What is finalize() function in java?
What is bigger kb or mb?
Why stringbuilder is not thread safe?
Explain OOPs concept.
What is the diffrence between inner class and nested class?
When is the finalize() called?
State the merge-sort principle and its time complexity.
What is object-oriented programming?
What is the use of keywords in java?
What are untrusted applets?
Differentiate between vector and array list.
What is http client in java?
What is string immutability?
What is functional interface in java example?