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 are the different types of ways where you can iterate over a list? : java collections
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What is the enumerator of the java collection framework? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What are the main classes of the list interfaces? : java collections
What is the Spring2.5 MVC Navigation flow?
can u draw class/object diagram for ATM
What is deque in the java collections framework? : java collections
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What is iterator in the java collections framework? : java collections
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
what is mean by hasing and maping in java platform and advantage?
What is the difference between comparable and comparator in java.util pkg?
What are the uses of the set interfaces in the java collections? : java collections