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 access modifiers can be used for class ?
What is incompatible types in java?
What is a java predicate?
In how many ways we can do synchronization in java?
What is the public method modifier?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
How is treeset implemented in java?
Does importing a package imports its sub-packages as well in java?
Are arrays immutable in java?
Is constructor inherited?
What is the order of arraylist in java?
What is finalize()? Is finalize() similar to a destructor?
What is the advantage of preparedstatement over statement?
what is ststic with example
Can you call a method on a null object?