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
Are arrays static in java?
Can we return null in java?
If a method is declared as protected, where may the method be accessed in java programming?
What is the difference between length and size in java?
what methods would you overwrite in java.lang.object class?
What is the char data type?
What is an eror in java?
How do you use substring in java?
What is the meaning of course?
Is string is a data type in java?
What is a default constraint?
What are the files generated after using IDL to java compiler?
Which software is used for java programming?
Explain about procedural programming language or structured programming language and its features?
Difference between overriding and overloading in java?