In loading programs into memory, what is the difference
between load-time dynamic linking and run-time dynamic
linking?
Answer Posted / 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 |
Post New Answer View All Answers
Which JVM parameter is used to control the stack size of a thread?
What are the 7 elements of communication?
Name the different types of memory?
What are old chkdsk files?
Describe Inter Machine Communication?
What are the different job scheduling in operating systems?
What are operating system services?
What is an Assembler?
Explain what is a semaphore?
For a deadlock to occur what are the necessary conditions
Is intel core i5 64 bit or 32 bit?
Is vmware an operating system?
What is pipelining in reference to ram?
How are server systems classified?
How does a memory leak work?