How many modules layers are there in spring?



How many modules layers are there in spring?..

Answer / Sachin Arya

There are four primary modules or layers in the Spring Framework: Core, Web, Data Access/Integration, and Test. Each layer depends on the one below it and provides higher-level abstractions for specific functionalities.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

How does dependency injection work in spring?

1 Answers  


What are the different types of bean injections in spring?

1 Answers  


What is chunk in spring batch?

1 Answers  


What is @enableautoconfiguration in spring boot? : Spring Boot

1 Answers  


Explain bean in spring?

1 Answers  


What do you mean by beanfactory in spring?

1 Answers  


Explain inner beans in spring.

1 Answers  


Point out the difference between concern and cross-cutting concern in spring aop?

1 Answers  


What is difference between @inject and @autowired?

1 Answers  


What is meant by dao? : Spring Boot

1 Answers  


How does constructor injection work?

1 Answers  


What is an advice? What are the different types of advices?

1 Answers  


Categories