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 / pankaj kaundal

In the method and function declaring valiable with data type
is known as parameater it is a refrence type.
void sum(int x, int y)//is parameter
and when it call and passing value is known as argument
like
object o=new object();
o.sum(12,20);//it is argument

Is This Answer Correct ?    19 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is enhanced loop in java?

1051


What class allows you to read objects directly from a stream?

1381


What is java and their uses?

1087


Which sorting algorithm is in place?

1018


Why does java does not support multiple inheritance? Explain

1039


How can you read content from file in java?

1053


What is the meaning of find and replace?

1073


What is a java applet? What is an interface?

1138


What is argument in java?

1056


How do we access static members in java?

1157


What is a stringbuilder?

977


How do you check if an arraylist is not empty?

1187


How to perform merge sort in java?

1118


what are abstract functions?

1083


How does singleton class work?

1036