What is ioc concept?



What is ioc concept?..

Answer / Navneet Sahu

Inversion of Control (IoC) is a design principle in software engineering that inverts the control flow, moving the responsibility of object creation and management from the programmer to some external container or framework. IoC allows for loosely coupled code by eliminating hard-coded dependencies between objects. This can be achieved through techniques such as Dependency Injection (DI) and Service Locator patterns.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

what are the software's needed to develop advanced java 3 tier application project

1 Answers  


Which containers use a border layout as their default layout?

1 Answers  


What if the static modifier is removed from the signature of the main method?

1 Answers  


How primary key is implemented in Oracle?

1 Answers  


Are we allowed to change the transaction isolation property in middle of a transaction?

1 Answers  


Explain about thread synchronization inside a monitor?

1 Answers   Saksoft,


What is RPC?

2 Answers  


how do you Handle Front End Application data against DB with example?

1 Answers   Campus Interaction, HCL,


Is infobus easy to use?

1 Answers  


What is checkpoint? How to create checkpoints in our java projects?

1 Answers   ABC,


What is daemon thread?

3 Answers  


Why does most servlets extend HttpServlet?

4 Answers   Accenture, Wipro,


Categories