What is ioc concept?


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

Post New Answer

More Advanced Java Interview Questions

What is MOM?

1 Answers   Wipro,


Explain lazy activation?

1 Answers   HCL,


What are the various thread priorities?

1 Answers  


What is preemptive and Non-preemptive Time Scheduling?

6 Answers   Cognizant,


Can a thread be a member of another thread?

2 Answers  






What are the diff types of exception?

0 Answers  


What is Bootstrapping in RMI?

1 Answers  


iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation

3 Answers   iGate,


Explain phantom read?

0 Answers  


difference between applicationserver and webserver

2 Answers   SolutionNET,


What is the difference between RMI and Corba?

0 Answers   Infotech,


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

0 Answers  


Categories