Answer Posted / janet
Method overloading: when a method in a class having the
same method name with different arguments is said to be
method overloading.
Method Overridding: when a method in a class having the
same method name with same arguments is said to be method
overridding.
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
How do you use find and replace?
When should I use singleton?
What does g mean in regex?
What is the base class of all classes?
What is difference between fail-fast and fail-safe?
explain multi-threading in java?
How we can declare a static variable?
What are the types of java languages?
What is a java lambda expression?
State one difference between a template class and class template.
Which one will take more memory: an int or integer?
What is logical variable?
What are thread local variables?
What is method overloading in JAVA? Why is it not present in C ?
What will happen if static modifier is removed from the signature of the main method?