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
What is string :: npos?
Write a method to check if input string is palindrome?
What is gui programming?
Explain about procedural programming language or structured programming language and its features?
Can a final variable be initialized in constructor?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
How many java versions are there?
How to implement an arraylist in java?
Why can't you declare a class as protected?
What is instance example?
How do you calculate square roots?
What is the difference between notify and notifyall method?
How many characters is 16 bytes?
How will you initialize an Applet?
How do you convert an int to a string in java?