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
How to sort an array in java without using sort method?
What is the applet security manager, and what does it provide?
Is string pool garbage collected?
What is function overriding and overloading in java?
How many bits is a string in java?
How do you create an array in java?
Explain creating threads by extending thread class ?
Why do we use string?
What are the advantages of exception handling in java?
What is OOP Language?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What is generic type?
how can you catch multiple exceptions in java?
What are the differences between Java 1.0 and Java 2.0?
Can we override singleton class?