Name the various modules used in spring framework?



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

Post New Answer

More Spring Framework Interview Questions

What is handler method in spring?

1 Answers  


What are 3 types of annotations?

1 Answers  


What is @controller in spring?

1 Answers  


What is the difference between spring boot and spring mvc? : Spring Boot

1 Answers  


What are the differences between constructor injection and setter injection?

1 Answers  


In spring, what is weaving?

1 Answers  


What do you mean by bean wiring?

1 Answers  


Can you control logging with spring boot how? : Spring Boot

1 Answers  


What is bean wiring?

1 Answers  


What is spring boot devtools? : Spring Boot

1 Answers  


What do you mean by @qualifier in spring?

1 Answers  


Explain the concept of auto wiring.

1 Answers  


Categories