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...

What is the difference between parameters and arguments ?

Answer Posted / sadikhasan palsaniya

when defining a method like
public static void show(int a,int b){}
here variable a and b is parameter.

public static void main(String...string){
show(10,20);
}

here 10 and 20 is argument for show method.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a qualifier in a sentence?

1041


What is the functionality of the stub?

1080


What is the purpose of lambda expressions?

1108


Is special character in java?

1134


What is remote method invocation (rmi)?

1109


Can we declare the static variables and methods in an abstract class?

1027


Is void a data type?

990


Explain the differences between abstraction and encapsulation?

1098


Define a package.

1167


Define an enumeration?

1093


Is integer a class?

1127


Can we write method inside a method in java?

1042


Difference between process and thread?

1080


What is difference between arraylist and list in java?

1130


What is sorting algorithm in java?

1144