Tuesday, 8 April 2014
0 Difference between DYNAMIC LOADING and DYNAMIC LINKING :- -->DYNAMIC LOADING :- means loading the library (or any other binary for that matter) into the memory during load or run-time. *Dynamic loading can be imagined to be similar to plugins , that is an exe can actually execute before the dynamic loading happens(The dynamic loading for example can be created using LoadLibrary call in C or C++) --> DYNAMIC LINKING :-refers to the linking that is done during load or run-time and not when the exe is created. *In case of dynamic linking the linker while creating the exe does minimal work.For the dynamic linker to work it actually has to load the libraries too.Hence it's also called linking loader. =========================================
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment