GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  Oracle  >  Java

 Print  |  
Question:  what will be the return type of the below overloaded method

public void example(int x) {

a) int
b) char
c) short




August 08, 2006 05:24:44 #1
 Manoj Kumar   Member Since: Visitor    Total Comments: N/A 

RE: what will be the return type of the below overload...
 
Overloaded methods does not concern with the return type , there is signature of the methods should be different
     

 

Back To Question