Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Difference between an argument and a parameter?

Answer Posted / venkat

while we are declaring method this parameters
ex: public void test(int a,int b)
{}= this is parameters
while we are passing values through object refernce this
arguments
ex: A a=new A();
a.test(5,5);=this is arguments

Is This Answer Correct ?    16 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a double?

1155


How do you escape json?

1043


What checkbox method allows you to tell if a checkbox is checked?

1052


Can we override private methods?

1108


What is abstraction in java?

1142


How do you sort in descending order in java using collections sort?

966


Can I override protected method in java?

1130


Difference between predicate, supplier and consumer ?

1112


What is parse method?

1063


Convert Binary tree to linked list.

1142


What is meant by binding in rmi?

1066


What are the limitations of procedural programming approach?

1111


What is the default access specifier for variables and methods of a class?

1253


Explain where variables are created in memory?

1054


Why are the methods of the math class static?

1125