Submitted Questions

  • Implementing Pagination

    how we implement pagination in j2ee

    naveen potla

    • Aug 27th, 2011

    One way is fetching records from DB is using limit. For example if we have 1000 records to get in our result, you can fetch 100 records each time.