What is dirtiescontext?
Answer / Vibhav Kumar Gaurav
In Spring Framework, DirtiesContext is an interface that indicates which beans have been modified or created and should be re-initialized when the ApplicationContext changes state. By implementing this interface on a bean, developers can influence its lifecycle and ensure that it is updated when necessary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain spring mvc architecture.
How to validate if the bean was initialized using valid values?
What do you understand by @required annotation?
Why is spring boot used? : Spring Boot
What is the use of jdbctemplate in spring?
What are different bean scopes in spring?
Is lazy loading enabled by default?
What is the use of spring boot in java? : Spring Boot
Can we use spring and hibernate together?
How to enable mvc annotations in spring?
What is spring data?
What is the difference between @qualifier and @primary?