What are the steps to write p-to-p model application?


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

Post New Answer

More Advanced Java Interview Questions

what is activation monitor and what is its job?

1 Answers  


In howmany ways a thread can be created?

3 Answers   HCL,


How to determine SGA site?

0 Answers   Wipro,


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

0 Answers  


Why do threads block on i/o?

0 Answers  






What invokes a thread?s run() method?

2 Answers  


What is the difference between the session.update() method and the session.lock() method?

0 Answers  


What is serialization and de-serialization ?

5 Answers  


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 proxy pattern?

1 Answers  


explain the flow of struts?

2 Answers   SolutionNET,


What is the need of serialize?

2 Answers   Wipro,


Categories