GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Spring

 Print  |  
Question:  dependency injection

Answer: what is dependency injection ??


June 06, 2008 00:42:49 #5
 Karuna Reddy J2EE Expert  Member Since: June 2007    Total Comments: 38 

RE: dependency injection
 
Dependency Injection is also know as IoC(Injection of control)

By using this Injectioin we can instantiates and creates the objects for the non-java class using XMl file

its bean based defination And give the instance whenever asked by the client called Dependeny Injection


Please update it, if any thing else
     

 

Back To Question