What is the main difference between @Controller and @RestController in Spring?
@RestController returns JSON directly
@RestController is faster
No difference
@Controller is for APIs
This question is part of this quiz :