define dynamic linking dynamic linking is same


Define dynamic linking.

 Dynamic linking is same to dynamic loading, rather that loading being postponed unless execution time, linking is postponed. This feature is usually used with system libraries, like language subroutine libraries. A stub is included in the image for each library-routine reference. The stub is a small piece of code that shows how to locate the appropriate memory-resident library routine, or how to load the library if the routine is not already present.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: define dynamic linking dynamic linking is same
Reference No:- TGS0327468

Expected delivery within 24 Hours