What is @controller annotation in spring?
Answer / Neha Salonia
@Controller is a Spring annotation that can be applied to a class or interface to indicate that it's a controller. It plays a crucial role in handling web requests and responses.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does autowired mean?
What is spring boot in microservices? : Spring Boot
How to use tomcat jndi datasource in a spring web application?
How beans are created in spring?
How do you define transactions in spring?
What is root context in spring?
What is the use of @repository?
What is idref in spring?
What is inversion of control (ioc)?
How to handle exceptions in the spring mvc framework?
What are the advantages of dependency injection in spring?
What is a framework in it?