In loading programs into memory, what is the difference
between load-time dynamic linking and run-time dynamic
linking?
Answer Posted / guest
For load-time dynamic linking: Load module to be loaded is
read into memory. Any reference to a target external module
causes that module to be loaded and the references are
updated to a relative address from the start base address
of the application module.
With run-time dynamic loading: Some of the linking is
postponed until actual reference during execution. Then the
correct module is loaded and linked.
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How do I scan a usb drive for errors?
What is dedicated processor assignment in operating system (os)?
What are differences between ram and rom?
What is gang scheduling in operating system (os)?
What is the full form itc?
What is a cache memory?
What is a layered approach and what is its advantage?
Define max, min heap and search time of heap.
Who is the father of operating system?
Tell me about different OS related issues for a given set of C-programs (mainly address issues address space, paging etc.)
What is the basic difference between pre-emptive and non-pre-emptive scheduling.
What are the 7 c's of communication?
Can ram cause blue screen?
What are the main advantages of the microkernel approach to system design?
What is option in grep?