logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the similarity between Dynamic Binding and linking?


  • Correct Answer
  • Dynamic binding is orthogonal to dynamic linking Binding refers to the linking of a procedure call to the code to be executed in response to the call Dynamic binding It is associated with polymorphism and inheritance, it(also known as late binding) means that the code associated with a given procedure call is not known until the time of the call at run-time 


  • Technology problems


    Search Results


    • 1. What is Shallow and deep cloning in Java?
    • Discuss
    • 2. Why do we need wrapper classes in Java?
    • Discuss
    • 3. How does thread synchronization occurs inside a monitor?
    • Discuss
    • 4. What is Auto boxing and unboxing?
    • Discuss
    • 5. What are Native methods in Java?
    • Discuss
    • 6. What is dynamic method dispatch?
    • Discuss
    • 7. What are pass by reference and pass by value ?
    • Discuss
    • 8. Explain different ways of creating a thread. Which one would you prefer and why ?
    • Discuss
    • 9. What is the difference between processes and threads ?
    • Discuss
    • 10. What are the basic interfaces of Java Collections Framework ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment