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 to take backup using active directory recyclebin concept
How to recovery from deadlock?
When designing the file structure for an operating system, what attributes are considered?
What does a 64 bit processor mean?
How many registers does x86 have?
What is the current microsoft operating system?
Why is 64 bit better?
What are the deadlock avoidance schemes?
Explain translation lookaside buffer?
How do I find the path to a file?
What is the difference between af_inet and pf_inet?
Can you install a 32bit program on a 64 bit computer?
What is the purpose of ram in a computer?
What resources are used when a thread created? How do they differ from those when a process is created?
What is short term scheduler in operating system (os)?