Answer Posted / krishna chandra mohan a
IoC or Inversion of Control is a design pattern that
provided instances of a bean or class to another when they
needed. That means, we do not have to use new keyword to
create instance of dependent class. We will just create a
reference of dependent class and IoC pattern will set the
instance to the reference when needed.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are maps interfaces in the java collections? : java collections
What is the enumerator of the java collection framework? : java collections
What are the queues in the java collection framework? : java collections
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
What are the different types of ways where you can iterate over a list? : java collections
What are the uses of the set interfaces in the java collections? : java collections
Which sorting algorithm is used by collections.sort() in java ?
What are the types of interface used in the java collections? : java collections
please mail me the interview question based on java/j2ee
my interviewer asked me what technical specification you used how to answer that question
What is the use of hashcode in java ?
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
What is the use of the list interface in the java collection? : java collections
What is an algorithm in java collection framework? : java collections
What are the different types of classes implemented in the set interfaces? : java collections