what is overloading in java?
Answer Posted / narendher sharma
Methodoverloading occurs with in the class..
Methodoverloading will not involve in Inheritance ..
Method overloading means whic is same method name with
different arguments and parameters may be same may not be
same..
Methodoverloading is call as Compiletime polymorphism which
refers as static polymarphism..
| Is This Answer Correct ? | 76 Yes | 15 No |
Post New Answer View All Answers
Difference between vector and arraylist.
Why java uses the concept of the string literal?
Can you achieve runtime polymorphism by data members?
Why do we create public static method in java?
What are recursive functions?
What is boolean strategy?
What is the order of arraylist in java?
What does g mean in regex?
Can substring create new object?
Can a static class have a constructor?
Differentiate between array list and vector in java.
What is the escape character in java?
What is better- service oriented or batch oriented solutions?
Is constructor inherited?
Explain notify() method of object class ?