Can you please explain the difference between load-time dynamic linking and run-time dynamic linking?
Submitted by: MuhammadFor 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.
Submitted by: Muhammad
With run-time dynamic loading: Some of the linking is postponed until actual reference during execution. Then the correct module is loaded and linked.
Submitted by: Muhammad
Read Online Operating System (OS) Job Interview Questions And Answers
Top Operating System (OS) Questions
☺ | Explain FtDisk in Operating System (OS)? |
☺ | Explain mutant in Operating System (OS)? |
☺ | Explain arm-stickiness? |
☺ | Explain an idle thread? |
☺ | Can you please explain the difference between demand-paging and pre-paging? |
Top Operating System (OS) Categories
☺ | RTOS Interview Questions. |
☺ | Windows 7 Interview Questions. |
☺ | MAC Operating System Interview Questions. |
☺ | Disk Operating System (DOS) Interview Questions. |
☺ | Shell Scripting Interview Questions. |