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
Convert a BST into a DLL and DLL to BST in place.
What is the this keyword?
What is jar?
What is a numeric digit?
What are nested classes in java?
Why Java is not pure Object Oriented language?
When will you define a method as static in Java?
Does java trim remove newline?
Is array serializable java?
Define "Access specifiers" in java.
Can an object subclass another object?
What does super keyword do?
What is a final class ?
What is variable in java?
How do you check if a string contains only numeric digits?