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 to split arraylist elements in java?
What is skeleton and stub?
Define an enumeration?
how to handle exceptions in ejb?
What does += mean coding?
What are green threads in java?
Which method must be implemented by all threads?
Can a abstract class be defined without any abstract methods?
What is the main functionality of the remote reference layer?
What are java packages?
what is the difference between preemptive scheduling and time slicing? : Java thread
What is variable and its types?
What is meant by class loader? How many types are there? When will we use them?
What is callablestatement? How you can call stored procedure to pass in parameter?
What function extracts specified characters from a string?