What is stereotype in spring?
Answer / Tejpal Sagar
In Spring Framework, a stereotype is a special type of annotation that gives additional information about the intended role or purpose of a bean. Examples include @Controller (for web controllers), @Service (for business services), and @Repository (for data access components).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is controller in spring mvc framework?
What is spring ioc container?
What is path variable in spring?
What is servlet initializer in spring boot? : Spring Boot
What is spring configuration file?
What is the advantage of dependency injection in spring?
Differentiate between beanfactory and applicationcontext in spring.
What is a dispatcherservlet in spring boot? : Spring Boot
What is @entity in spring boot? : Spring Boot
How to use tomcat jndi datasource in spring web application?
What is delegatingvariableresolver?
What is namedparameterjdbctemplate in spring?