Distinguish method overloading and method overriding
Answer Posted / sagar.rds
Method overloading is compile time polymorphism and method
over riding is Runtime polymorphism.Method oveloading is
having same name and different parameters and different
return type also.Method overriding same name with same
parameters and having same return type
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Can you give few examples of final classes defined in java api?
How to create packages in java?
Can main() method in java can return any data?
Highest level event class of the event-delegation model?
What is null object in java?
Explain jvm, jre, and jdk?
What is an anonymous class in java?
What is structure of java heap? What is perm gen space in heap?
What is a singleton puppy?
Is java owned by oracle?
Is binary a low level language?
What is garbage collection? What is the process that is responsible for doing that in java?
what do you mean by classloader?
What is Recursion Function?
What is Garbage Collection in Java