0% found this document useful (0 votes)
17 views

Spring Interview Ques

Spring is a popular Java framework used for building enterprise web applications that provides classes to simplify development and is used instead of older J2EE due to its lighter weight and simpler approach using dependency injection to manage object dependencies.

Uploaded by

Deepthi Chinnu
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Spring Interview Ques

Spring is a popular Java framework used for building enterprise web applications that provides classes to simplify development and is used instead of older J2EE due to its lighter weight and simpler approach using dependency injection to manage object dependencies.

Uploaded by

Deepthi Chinnu
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Spring

-> spring is a very popular framework it is used for building enterprise java web
application
-> when spring intially comes up as -simpler and lighter version of j2ee(advanced
java)
-> it provides large number of helper classes and makes things easier for
development
->older we use j2EE now all are using springs because of Ejb(enterprise java beans)

Dependancy
injection

-> injecting dependencies of an object from outside(spring framework) is known as


DI
bunch of variables is calles dependencies
(ex for dependencies : when a person taken for project he depends on skills
,team etc )
[ * it creates only dependencies here,but we need not initialize objects or
values to dependencies .
spring will take care of those intiliazing objects by using setter injection,
constructor injection* ]
-> spring what injects and how injects ?

You might also like