Demand Loading is a method of loading only parts of the program that is currently being executed into
primary memory (RAM) from secondary memory(disk). The program is logically divided into segments
or pages and is loaded into primary memory on demand, hence the term demand loading.
No comments:
Post a Comment