What is dynamic dispatch (dynamic method lookup) in Java?
-
A
The JVM determines which overridden method to call based on the actual runtime type of the object
-
B
The compiler selects the method at compile time based on the declared type
-
C
A method that dispatches multiple threads
-
D
A way to call methods using reflection