Answer Posted / p.nandakishore
It consists of method name and type of the parameters
void sum(int a,int b){}
sum(int,int) is the method signature
In a class we cannot have two methods with the same method
signature
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What access modifiers can be used for variables?
Which is bigger float or double?
What is a module function?
What is variable explain with example?
What is parameters example?
What do you mean by an interface in java?
What is array length?
Why webdriver is an interface?
What is a blocking method in Java?
What are the application of stack?
What is a ternary operator in java?
What are the properties of thread?
Explain notify() method of object class ?
What is computer compiler?
What is a class in java?