adspace


Explain the spring framework.

Answer Posted / Arvind

The Spring Framework is an open-source, Java-based application development framework that provides a comprehensive solution for building enterprise applications. It follows the inversion of control (IoC) principle and focuses on aspects like dependency injection, aspect-oriented programming, and transaction management.nnSpring provides several key components such as Spring Core, Spring MVC, Spring ORM, Spring Web Services, and Spring Data to help in various application requirements like managing business objects, handling web applications, persistence, and service integration. It also supports other languages like Python, Ruby, and Clojure.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lazy class?

490


What is difference between @controller and @restcontroller in spring?

556


How can you inject java collection in spring?

518