what is dynamic method dispatch ?
Answer Posted / rashmi
Dynamic Method Dispatch is Run -time Polymorphism which is
Method Overriding.
| Is This Answer Correct ? | 72 Yes | 15 No |
Post New Answer View All Answers
What is this () in java?
How long will it take to learn java?
Where is core java used?
Can a constructor be private and how are this() and super() method used with constructor?
How do you compare objects in java?
What is an abstract class and what is it’s purpose?
What is string buffer?
Can we return null in java?
What are use cases?
What is static keyword in java?
Can we use static class instead of singleton?
How is hashcode calculated in java?
What is an iterator java?
How to check if linked list contains loop in java?
what are different ways in which a thread can enter the waiting state? : Java thread