• Tutorials
  • Courses
  • Tracks

Question 9

Last Updated :
Discuss
Comments

What is the main difference between @Controller and @RestController in Spring?

@RestController returns JSON directly

@RestController is faster

No difference

@Controller is for APIs

Share your thoughts in the comments