How would overload a function based on return type?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

what is the use of clone() in real time scenario?

2 Answers   Quinnox,


What is the Vector class?

3 Answers  


Can we nested try statements in java?

0 Answers  


What’s meant by anonymous class?

0 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,






Is string a class in java?

0 Answers  


Is it possible to do method overloading and overriding at a time

3 Answers   L&T,


Difference between stack and queue?

0 Answers   Flextronics,


What are java packages?

0 Answers  


What is the meaning of course?

0 Answers  


Howmany classes that package java.applet.* contains?

1 Answers   TCS,


How do you reverse a string in java without using string buffer?

0 Answers  


Categories