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 |
what are the software's needed to develop advanced java 3 tier application project
Which containers use a border layout as their default layout?
What if the static modifier is removed from the signature of the main method?
How primary key is implemented in Oracle?
Are we allowed to change the transaction isolation property in middle of a transaction?
Explain about thread synchronization inside a monitor?
What is RPC?
how do you Handle Front End Application data against DB with example?
1 Answers Campus Interaction, HCL,
Is infobus easy to use?
What is checkpoint? How to create checkpoints in our java projects?
What is daemon thread?
Why does most servlets extend HttpServlet?