How to pass parameters in RMI?


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

Post New Answer

More Advanced Java Interview Questions

Is “abc” a primitive value?

0 Answers  


what is a dirty read?

1 Answers  


What are the benefits of detached objects?

0 Answers  


What is resource bundle?

1 Answers  


Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");

8 Answers  






what is difference between object state and behaviour?

3 Answers  


how convert java file to jar files?

10 Answers   Samsung,


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 are JTA/JTS and how they used by client?

0 Answers  


What is the name of the state, when a thread is executing?

4 Answers  


How to deploy Jar, War files in J2EE?

0 Answers   HCL,


What are the steps involved in developing an RMI object?

1 Answers  


Categories