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 mean by method signature?

Answer Posted / geetha

speicfying access modifier, return type, method name,
arguments are called method signature
eg:

public void add(int a,int b)---method signature of the
method

public void add(int a,int b)
{
return (a+b);
}

correct me if i am wrong.

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is singleton thread safe in java?

1021


How long will it take to learn java?

1034


What is the size of integer?

1151


What do you understand by java virtual machine?

1239


What steps are taken when the OS shifts from one-thread execution to another?

1412


What do you know about the garbage collector in java?

1133


What is the difference between declaration and definition in java?

1153


What is contract between hashcode and equal method?

1096


Explain what access modifiers can be used for methods?

1122


Is there a sort function in java?

1019


Can we clone singleton class in java?

1017


Explain JMS in detail.

1070


How to stop a thread in java? Explain about sleep () method in a thread?

1068


What Is Query Throttling in java?

1045


I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in

2155