Dynamic Linking

What are Dynamic Linking?

E

Expert

Verified

  • Linking postponed till execution time.
  • Small piece of code and stub is utilized to locate the appropriate memory-resident library routine.
  • Stub replaces itself through the address of the routine, and executes the routine.
  • Operating system required to check if routine is in processes memory address.
  • Dynamic linking is specifically useful for libraries.

 

   Related Questions in Science

©TutorsGlobe All rights reserved 2022-2023.