adspace


What is difference between java and spring?

Answer Posted / Gaurav Bajpai

Java is a programming language, whereas Spring is a Java-based framework that offers several functionalities, including Inversion of Control (IoC), Aspect-Oriented Programming (AOP), and a web application framework. In other words, Java is the programming language itself, whereas Spring is a set of tools and libraries used within the Java ecosystem.

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


How can you inject java collection in spring?

518


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

556