what is dynamic method dispatch ?
Answer Posted / shanti bhushan singh
In dynamic method dispatch a reference of class can be
created and that can be used to executed overridden method
at run time.
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
What are exceptions
Are static members inherited to sub classes?
Why are generics used?
Can a class be private in java?
why Interface used?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
How are multiple inheritances done in Java?
Can we define package statement after import statement in java?
what is the purpose of "virtual"?
What does @param args mean in java?
Explain the selection sort algorithm?
Which variables are stored in stack?
What are serialization and deserialization?
What are the elements of java?
Is arraylist dynamic in java?