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
How do you do absolute value in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
Write a java program to count the number of words present in a string?
What is an immutable object?
Explain the inheritance?
What is serial version uid and its importance in java?
What are meta-annotations?
What are inner classes or non static nested classes in java?
What does localhost mean?
What is constructor chaining in java?
What do you mean by inner class in java? Explain
How do you convert an int to a double in java?
make a method which any number and any type of argument and print sum of that arguments.....
What is space character in java?
What is difference between class and object in java?