What is pagination

Showing Answers 1 - 3 of 3 Answers

abdul khalik

  • May 27th, 2006
 

Many Web applications involve the processing of huge result sets, where you have to display a finite number of results per page for easier viewing across pages. Pagination is the most common way to handle large amounts of data in more manageable chunks -- i.e., using PREVIOUS and NEXT options. Hence, a mechanism for efficiently processing and displaying the results to the user is of paramount importance. For example, consider Google Search. It displays 10 records per page (or the user can define the number of records per page) regardless of the number of results (records) retrieved for a given search string.

narasimha rao konjeti

  • Jun 15th, 2006
 

That is exactly right!!!

  Was this answer useful?  Yes

Senthil

  • Jun 30th, 2006
 

Really your site is good for people who are searching information on Java platform.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions