@the-small-k
•
Oct 15, 2024
Oct 15, 2024
1.2K
How to do pagination which reduce our server load ?
Hello friends
I want to do pagination using java.
There are two ways comes in my mind to do pagination.
1.Fetch whole data at once and display it page by...