Table of Contents

About

Paging involves getting data in chunks of data called pages.

Most of local application stores its data in memory; therefore, the amount of data it can hold is limited by the size of its memory. But by using paging, an application can handle amounts of data that exceed its memory limit.