
Asked in Accenture
What is the difference between @Controller and @RestController?

AnswerBot
2y
The @RestController annotation is a specialized version of the @Controller annotation in Spring MVC.
The @Controller annotation is used to define a controller class in Spring MVC.
The @RestController an...read more
Akash Gc
6mo
The Controller and Rest Controller annotations in Spring Framework are used to define controller classes that handle web requests. However, there are significant differences in their behavior and use ...read more
Siva Koteswararao
1y
@controller is used to declare common web controllers which can return http response but @rescontroller is used to create controllers for rest APIswhich can return JSON
Add answer anonymously...
Top Application Developer Interview Questions Asked at Accenture
Q. What is microservices architecture?
Q. Explain the circuit breaker pattern.
Q. Write code to reverse a string.
Interview Questions Asked to Application Developer at Other Companies
Top Skill-Based Questions for Accenture Application Developer
Data Structures Interview Questions and Answers
250 Questions
Algorithms Interview Questions and Answers
250 Questions
Web Development Interview Questions and Answers
250 Questions
Java Interview Questions and Answers
250 Questions
Software Development Interview Questions and Answers
250 Questions
SQL Interview Questions and Answers
250 Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

