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 are the java ide's? Explain
What about anonymous inner classes in java?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What is an infinite loop?
Can we use a switch statement with strings?
Explain java coding standards for interfaces?
Is empty set an element of empty set?
what is session in java?
What are the advantages of encapsulation in java?
What do you understand by final value?
how would you implement a thread pool? : Java thread
What is difference between == equals () and compareto () method?
What is %d in printf?
Difference between class#getinstance() and new operator ?
What is implicit object in java?