Quiz Yourself on Displaying Data
Take this quiz to test yourself on the basics of displaying data.
Technical Quiz
1.
What Spring Data JPA repository do you use if you want to have paging of the database results?
A.
org.springframework.data.repository.SortingRepository
B.
org.springframework.data.repository.PagingAndSortingRepository
C.
org.springframework.data.repository.PagingRepository
1 / 3