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
What is the difference between comparison done by equals method and == operator?
Describe string intern() methodology
How do you declare a destructor in java?
What is double in java?
What is style and indentation?
What is static and final keyword in java?
What is double data type?
What is a nonetype?
Why to use nested classes in java?
What is the ==?
Is void a keyword in java?
What is object data type?
What is thread start?
Can we use return in constructor?
Does java vector allow null?