top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How does dynamic loading aid in better memory space utilization?

0 votes
943 views
How does dynamic loading aid in better memory space utilization?
posted Apr 6, 2016 by Sathyasree

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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.

answer Apr 6, 2016 by Shivaranjini
...