What is meant by stereotype annotations in spring?



What is meant by stereotype annotations in spring?..

Answer / Arun Prakash Gupta

Stereotype Annotations in Spring are special annotations (like @Component, @Service, @Repository, and @Controller) that mark classes as specific types of components. They help the Spring container identify how to configure and manage these classes during application startup.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What does pojo mean?

1 Answers  


What is the default bean scope within spring?

1 Answers  


What is the advantage of spring boot? : Spring Boot

1 Answers  


What is around advice in spring?

1 Answers  


What is the difference between @requestbody and @requestparam?

1 Answers  


Can annotations be inherited?

1 Answers  


What are the different types of advices?

1 Answers  


What is microservice in spring?

1 Answers  


What are ways to inject dependency in spring?

1 Answers  


What is requestmapping?

1 Answers  


What is the use of @service annotation in spring?

1 Answers  


What are modules in spring?

1 Answers  


Categories