What is ioc concept & explain it?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Advanced Java Interview Questions

What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


What is the difference between ear, jar and war file?

0 Answers  


AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?

0 Answers  


What is Bootstrapping in RMI?

1 Answers  


What are the pros and cons of detached objects?

0 Answers  






What is JTS?

0 Answers  


Write a program to show synchronization?

0 Answers  


Difference between loadclass and class.forname?

0 Answers  


what is singleton class? where it mainly used in the projects?

5 Answers   Satyam, Wipro,


When you will synchronize your code?

2 Answers  


what is Activation Instantinator?

0 Answers  


what are RemoteObjects?

0 Answers   Wipro,


Categories