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 |
How does dependency injection work in spring?
What are the different types of bean injections in spring?
What is chunk in spring batch?
What is @enableautoconfiguration in spring boot? : Spring Boot
Explain bean in spring?
What do you mean by beanfactory in spring?
Explain inner beans in spring.
Point out the difference between concern and cross-cutting concern in spring aop?
What is difference between @inject and @autowired?
What is meant by dao? : Spring Boot
How does constructor injection work?
What is an advice? What are the different types of advices?