Why do we use annotations?
Answer / Pooja Singh
We use annotations in Spring Framework to provide metadata about the components and their roles, making it easier for the container (Spring Application Context) to manage dependencies and handle the lifecycle of the beans.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by aspect oriented programming (aop)?
Does spring boot need tomcat? : Spring Boot
What are important spring projects?
What is aop module?
What does pojo mean?
What does the joint point denote?
What is a profile in spring boot? : Spring Boot
On what basis is a view chosen in the rendering phase?
What do you mean by viewresolver in spring?
Does ef core support lazy loading?
What is spring boot and spring mvc? : Spring Boot
In scenarios where you have to avoid using auto wiring, what are the other options that can be explored to achieve the same?