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
What is a semaphore? What are the different types of semaphores?
How much ram can 64 bit use?
Does chkdsk work for ssd?
Why do we use semaphore?
What is load sharing in operating system (os)?
What are the 3 types of software?
What is cascading termination?
Is it safe to cancel chkdsk?
Explain the characteristics of instruction and execution time.
What is a socket?
How do I enable plugins on firefox?
What was the last 32 bit processor?
Explain the handheld systems. List the issues related to the handheld system.
Can I install 64 bit on x86?
What are placement and replacement algorithms in the context of memory management?