what are RemoteObjects?


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

Post New Answer

More Advanced Java Interview Questions

What is deadlock?

2 Answers  


what about static?

1 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 lifecycle of an applet?

2 Answers  


How two threads will communicate with each other?

2 Answers  






What is Lock Based Protocol and what is its use?

2 Answers   Wipro,


whats is mean by class.forName() whats the return type of class

3 Answers   SolutionNET,


What is Remote Server?

0 Answers   TCS,


How is serialization used generally ?

3 Answers  


What if the static modifier is removed from the signature of the main method?

0 Answers  


How messaging services are done, before release of JMS?

0 Answers  


What is the priority of Garbage collector thread?

3 Answers  


Categories