What does @controller do in spring?
Answer / Vinod Kumar Kanaujia
@Controller is a component-scanning annotation in Spring MVC. It identifies classes that should be processed by the @ComponentScan annotation as Spring MVC controllers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the concept of dispatcher servlet.
What is the use of application context in spring?
What is web module?
What is @service annotation in spring?
What are the spring boot starters? : Spring Boot
How many types of autowiring are there in spring?
What is application context in spring mvc?
Why do we use @override?
What is cdi in spring?
What is context getbean?
What is the role of multipart resolver and when is it used?
What is the meaning of cross cutting concerns?