What are annotations in spring?
Answer / Preeti Arora
Annotations in Spring are metadata tags that can be added to Java classes, methods, fields, and packages. They provide a simple way to declaratively configure aspects of the Spring Framework, such as bean lifecycle, dependency injection, transaction management, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you turn on annotation wiring?
Is spring boot better than spring? : Spring Boot
What is context used for?
What is the flow of spring boot? : Spring Boot
What is difference between lazy loading and eager loading?
Why annotations are used in spring?
What is meant by stereotype annotations in spring?
What is thymeleaf template engine?
How does a spring house work?
What is a joinpoint?
Can we send an object as the response of controller handler method?
What is binding in spring and tell us about the @autowired annotation?