AP CSA - Advanced Placement Computer Science A Practice Test
AP CSA Inheritance and Polymorphism 2
What is dynamic dispatch (dynamic method lookup) in Java?
Select your answer
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
Hint