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
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the queues in the java collection framework? : java collections
Which sorting algorithm is used by collections.sort() in java ?
my interviewer asked me what technical specification you used how to answer that question
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
can u draw class/object diagram for ATM
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
What are the interfaces in java collections? : java collections
What are the considerations to be made in case of loops in java ?
What are the different types of collections views being provided by the map interface? : java collections
What is the difference between comparable and comparator in java.util pkg?
How is hashset maintained in memory by java ?
What is an algorithm in java collection framework? : java collections