Answer Posted / madhusudhakar
when we develop a project we will be providing code to take
care of creating the objects and setting dependencies of the
objects(this is normal course).
if we use spring container we need not creating the code for
creating the objects and setting up the dependencies. the
spring container takes care of this task . the task that is
normally carried out by our code is getting carried out by
the spring container this is called as IOC
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the types of the main implementing classes in the map interfaces? : java collections
What are the queues in the java collection framework? : java collections
What are the main classes of the list interfaces? : java collections
What are the classes in the java collection framework? : java collections
What is the use of hashcode in java ?
What are the considerations to be made in case of loops in java ?
What are the different types of classes implemented in the set interfaces? : java collections
What is the enumerator of the java collection framework? : java collections
What is the use of the list interface in the java collection? : java collections
what is mean by hasing and maping in java platform and advantage?
What is deque in the java collections framework? : java collections
What are the different types of collections views being provided by the map interface? : java collections
What are the differences between the java collection and the java list? : java collections
What is the Spring2.5 MVC Navigation flow?
What is java collection? : java collections