How does dynamic loading aid in better memory space utilization?

2 years ago
Operating System

With dynamic loading, a routine is not loaded until it is called. This method is especially useful when large amounts of code are needed in order to handle infrequently occurring cases such as error routines.

0
Bijay Satyal
Oct 22, 2021
More related questions

Questions Bank

View all Questions