What is the use of stereotypes in spring?
Answer / Ravi Prakash Mourya
Stereotypes in Spring are used to specify a default value for the type of bean that should be created. The most common stereotype is 'component', which can be used instead of explicitly specifying Singleton or Prototype.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we use aop in spring?
How does spring mvc provide support for validation?
Why spring is called loosely coupled?
What is service layer in spring mvc?
What is the use of cglib?
What is spring framework?
Why do we need spring mvc?
What are the different properties the metadata translates into to make up the bean definition?
How to handle exceptions in spring mvc environment?
What is spring mvc interceptor and how to use it?
Why interceptors are used in spring?
What is the default autowiring mode?