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
Is singleton thread safe in java?
How long will it take to learn java?
What is the size of integer?
What do you understand by java virtual machine?
What steps are taken when the OS shifts from one-thread execution to another?
What do you know about the garbage collector in java?
What is the difference between declaration and definition in java?
What is contract between hashcode and equal method?
Explain what access modifiers can be used for methods?
Is there a sort function in java?
Can we clone singleton class in java?
Explain JMS in detail.
How to stop a thread in java? Explain about sleep () method in a thread?
What Is Query Throttling in java?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in