logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is dynamic method dispatch?


  • Correct Answer
  • Dynamic method dispatch which is also known as runtime polymorphism is a process in which a call to an overridden method is resolved at runtime rather than at compile-time In this process, an overridden method is called through the reference variable of a superclass The determination of the method to be called is based on the object being referred to by the reference variable 


  • Technology problems


    Search Results


    • 1. What is the similarity between Dynamic Binding and linking?
    • Discuss
    • 2. What is Shallow and deep cloning in Java?
    • Discuss
    • 3. Why do we need wrapper classes in Java?
    • Discuss
    • 4. How does thread synchronization occurs inside a monitor?
    • Discuss
    • 5. What is Auto boxing and unboxing?
    • Discuss
    • 6. What are pass by reference and pass by value ?
    • Discuss
    • 7. Explain different ways of creating a thread. Which one would you prefer and why ?
    • Discuss
    • 8. What is the difference between processes and threads ?
    • Discuss
    • 9. What are the basic interfaces of Java Collections Framework ?
    • Discuss
    • 10. What do you know about the big-O notation and can you give some examples with respect to different data structures ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment