Name the various modules used in spring framework?
Answer / Anjali
Spring Framework consists of several modules: Core (application context, bean factory), Web (MVC, web services), Data Access/Integration (JDBC, ORM, JMS), AOP, and Test. Each module focuses on a specific aspect of application development.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is handler method in spring?
What are 3 types of annotations?
What is @controller in spring?
What is the difference between spring boot and spring mvc? : Spring Boot
What are the differences between constructor injection and setter injection?
In spring, what is weaving?
What do you mean by bean wiring?
Can you control logging with spring boot how? : Spring Boot
What is bean wiring?
What is spring boot devtools? : Spring Boot
What do you mean by @qualifier in spring?
Explain the concept of auto wiring.