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
How do you identify if jvm is 32-bit or 64-bit from java program?
What are the advantages of autoboxing?
What is the maximum size of hashmap in java?
What is compiler and what its output.
What are jee technologies?
How does system arraycopy work in java?
What is the flag in java?
What is an i/o filter?
Why put method is idempotent?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is final int?
What happens when a thread cannot acquire a lock on an object in java programming?
What is the difference between an if statement and a switch statement?
What is Mutex (Mutual Exclusion Object) ?
What is the use of singleton class?