Quiz Yourself on Displaying Data
Take this quiz to test yourself on the basics of displaying data.
We'll cover the following...
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
Question 1 of 30 attempted