Difference between an argument and a parameter?
Answer Posted / venkatesh
what ever we are passing in the method is called parameters
& whatever we are passing in method calling is called is
arguments
| Is This Answer Correct ? | 39 Yes | 12 No |
Post New Answer View All Answers
what is interface in java? Explain
What are the types of inner classes (non-static nested class) used in java?
What is void class in java?
what is deadlock? : Java thread
What Is Composition?
What is the use of set in java?
What is the difference between state-based unit testing and interaction-based unit testing?
Is it possible for a yielded thread to get chance for its execution again?
What is an example of a boolean?
Why collection doesn’t extend cloneable and serializable interfaces?
What is the difference between static method and instance method in Java?
Is java util list serializable?
What are the library functions in java?
Define jre i.e. Java runtime environment?
Can inner class final?