@RestController is a Hibernate-only annotation.
Practice this question from Quiz: REST and HTTP, with options and an explanation.
Question
@RestController is a Hibernate-only annotation.
Option A
True
@RestController is used for web endpoints that return response bodies such as JSON.
Option B — Correct answer
False
@RestController is used for web endpoints that return response bodies such as JSON.