What are dynamic loading, dynamic linking and overlays?



What are dynamic loading, dynamic linking and overlays?..

Answer / Guddu Kumar

"Dynamic loading," "dynamic linking," and "overlays" are techniques used by operating systems to manage program memory efficiently. 1) Dynamic loading is a method where an executable program does not include all of its required libraries or modules at load time, but instead loads them on-demand as needed; 2) Dynamic linking is similar to dynamic loading, but the linking occurs when the program is run, allowing shared libraries to be used by multiple programs simultaneously; 3) Overlays are separate parts of a program that can be loaded and unloaded from memory as needed to conserve resources.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Operating Systems General Concepts Interview Questions

Can I delete program files x86?

1 Answers  


How much ram do I need for excel?

1 Answers  


What isthe difference between a 'thread' and a 'process'?

2 Answers   HP,


How do I get the ie tab in chrome?

1 Answers  


What do you mean by ram?

1 Answers  


In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

2 Answers  


What are the different phases of software development?

3 Answers  


Throw some light on internal process memory.

1 Answers  


What do you understand by system clock? What is system unit?

1 Answers  


Differentiate between logical and physical address.

1 Answers  


Can my processor run 64 bit?

1 Answers  


semaphore is

4 Answers   BFL,


Categories