Why are component architectures useful?


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

Post New Answer

More Advanced Java Interview Questions

What is the return type of interrupt method?

2 Answers  


Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.

1 Answers  


What is RPC?

2 Answers  


Describe, in general, how java's garbage collector works?

0 Answers  


can a static method be overridden

41 Answers   IBM, SolutionNET,






how we can implement interface in jsp ?

2 Answers   Google,


What is multithread synchronizing ?

4 Answers   Sun Microsystems,


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 meant by Superconductivity?

4 Answers  


Java is fully object oriented languages or not?

0 Answers  


Is the session factory thread safe?

0 Answers  


What are the advanatages of RMI ?

1 Answers   HGS,


Categories