In loading programs into memory, what is the difference
between load-time dynamic linking and run-time dynamic
linking?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / raj kumar
Load-time dynamic linking:
(1)linker tells the system that load the DLL at load time.
(2)When you use load-time dynamic linking, you need an
import library file(.lib).
Run-time dynamic linking:
(1)linker tells the system that load the DLL at run time.
(2)When you use run-time dynamic linking, you do not need an
import library file.
| Is This Answer Correct ? | 3 Yes | 2 No |
What is tty stand for?
Explain what is meant by CORE DUMPS?
What is the purpose of using the yield method of thread class?
Can you list the coffman's conditions that lead to a deadlock?
Explain time-stamping?
What are the main difference between Micro-controller and micro-processor?
18 Answers BEL, Core, Digicom, IBM,
Is 64bit better than 32bit?
Which program files folder is 64 bit?
What is hard disk?
How do you assign priority to a worker thread?
Give an example of a Process State.
How much ram can you put in a 64 bit system?