Difference between an argument and a parameter?
Answer Posted / dhawal
parameters are those that are passing to the method at the
time of defining the method but arguments are those which
are passed at the time of calling that method
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
How does predicate work in java?
What do you mean by chromounits in java8?
Are arrays primitive data types?
What is the method overriding?
What is immutable data?
When we serialize an object does the serialization mechanism saves its references too?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What is native code?
What is defined as false sharing in the context of multithreading?
What is <> used for in java?
How many types of flags are there?
When is update method called?
Why method overriding is used?
Can private method static?
Is array dynamic in java?