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
Why we use protected in java?
What is the main difference between java platform and other platforms?
Can we override the private methods?
Why is singleton instance static?
What is a class component?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What is the purpose of tostring() method in java?
Explain notify() method of object class ?
what are the high-level thread states? : Java thread
What is the difference between an interface and an abstract class?
Can memory leak in java?
What is the default value of float and double datatype in java?
Explain try and catch keywords in java?
When is the arraystoreexception thrown?
Define how destructors are defined in java?