ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Core Java  >>  Java J2EE  >>  Java Related
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
what is mean by method signature?
 Question Submitted By :: Ravi
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is mean by method signature?
Answer
# 1
any one tell the answer
 
Is This Answer Correct ?    0 Yes 3 No
Ravi
 
  Re: what is mean by method signature?
Answer
# 2
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 ?    1 Yes 2 No
Geetha
 
 
 
  Re: what is mean by method signature?
Answer
# 3
speicfying access modifier, method name, 
arguments are called method signature only 
if the return type differnent then also both are called as 
same signatured if am not mistaken
 
Is This Answer Correct ?    1 Yes 0 No
Priya
 
  Re: what is mean by method signature?
Answer
# 4
Yes priya, you are right

Return type is not a part of the method signature.
 
Is This Answer Correct ?    1 Yes 0 No
Yogesh Gandhi
 
  Re: what is mean by method signature?
Answer
# 5
It means no. of arguments, type of argument ,order of data 
type.
 
Is This Answer Correct ?    1 Yes 0 No
Umesh
 
  Re: what is mean by method signature?
Answer
# 6
Method signature means name of the method ,type of argument 
and order of arguments.

The "return type" of method and "access specifier" are not 
part of method signature.
 
Is This Answer Correct ?    3 Yes 0 No
Vijayakumar Chinnasamy
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
Can we have a abstract class withought any method? What is a purspose of this?  1
what is hashmap& hashtable with example? CTS1
What are the advantages of the model over the event- inheritance model?  1
Explain about GridBag Layout?  1
what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0 Accenture2
Difference between String and String Buffer?  3
can anyone explain me the concept of autoboxing?  3
What is Distributed Application and what is its usage?  1
why java not supproting multiple inheritance?  5
what release of java technology are currently available what do they contain?  1
How many statements can be created with one connection in jdbc? Polaris2
can u override the start() method of Thread class  4
what is the use/perpose of having a method antive?  2
what is use of session tracking ?with example? Photon1
is there any function in java to make the text to blink?  5
What is an Iterator interface?  2
explain the classification of exception and hoew to handle the exceptions  2
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.  1
What is finally in exception handling?  6
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run? DNS2
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com