what is overloading in java?
Answer Posted / manohar
My question is where and what exactly does overloading does.
instead of taking risk we can use different names for
methods right.so,that we do not have any confusion, because
if we have to call overloaded methods from main method then
definetly we have to call every method with different
parameter again which is performance issue. So can you
please provide me the exact answer for this provided
examples if any one has.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Who found java?
how to write a program for sending mails between client and server
What are the two environment variables that must be set in order to run any java programs?
How do you implement polymorphism in our day to day life?
Difference between comparator and comparable in java?
What are the rules for naming an array?
What exactly is methodology?
Why java doesn’t support multiple inheritances?
What is the difference between assignment and initialization?
What are different types of references?
Explain the difference between an Interface and an Abstract class?
Is java code slower than native code?
what is the difference between a threads start() and run() methods? : Java thread
Explain enumeration in java?
what is singleton class in java?