what is dynamic method dispatch ?
Answer Posted / sugita muruganandam
Dynamic dispatch is a technique in which a super class method is delegated in a sub class during the run time.Bases on the type of the object the methods are invoked at the run time.Even though,over ridding uses the dynamic dispatch method it cannot be related to over ridding.Because over ridding is redefining of methods in sub class whereas it not the case in dynamic dispatch.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
Can you declare an interface method static?
Differentiate between vector and array list.
How to solve the problem of generating the unique hash keys with hash function?
explain different ways of using thread? : Java thread
What does java se mean?
How do you use wildcards?
Write a method that will remove given character from the string?
What is update method called?
How to compare two strings in java program?
How many types of design patterns are there?
How are variables stored?
What is method overriding in java ?
What is a parameter in java?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an