What is the use of @controller in spring?
Answer / Nivedita Bhatt
@Controller in Spring is a stereotype for defining classes that handle HTTP requests and responses, typically as part of an MVC application. It extends the functionality provided by the @Component annotation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ioc?
What is autowired in spring mvc?
What is the use of spring boot application? : Spring Boot
What is spring mvc?
What is controller in spring mvc framework?
What is wiring in spring?
What is aop in spring?
Why should we use spring?
What is bean in spring with example?
What is called preparedstatementcreator?
What is the difference between spring batch and spring boot? : Spring Boot
What is pojo class in spring?