What is an Ioc pattern?
There are assemblies in .net for establishing this task,
Whats the special in Java /j2ee technologies about IOC
Answer Posted / janani
Inversion of control or dependency injection, its used to
resolve component dependencies by injecting an instantiated
component to satisfy dependency as opposed to explicitly
requesting a component.There is a saying about this the
servicing component says" don't call us we will call you".
Hence this is called inversion of control. This approach
tightly couples the component with the client code.
The inversion control containers generally control the
creation of objects and resolve dependencies between the
object it manages, example spring framework, hivemind etc.
They support eager instantiation and lazy loading.
Im not familiar with .net, so Please anyone answer the
second question
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is iterator in the java collections framework? : java collections
What is the enumerator of the java collection framework? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
What are the different types of features of the java collections framework? : java collections
can u draw class/object diagram for ATM
What are the types of the main implementing classes in the map interfaces? : java collections
What is the Spring2.5 MVC Navigation flow?
What are the uses of the set interfaces in the java collections? : java collections
What are the queues in the java collection framework? : java collections
what is mean by hasing and maping in java platform and advantage?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
Should we create system software ( e.g operating system ) in java ?
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.