what is Remote Reference Layer ?



what is Remote Reference Layer ?..

Answer / anuj pandey

hi everybody,
Remote Reference Layer is using in Remote method
invocation.when method of one machine execute in one
machine but run in another machine then it is calledremote
method invocation.In RMI there is four layers (application
layer,stub or skelton layer,remote referense
layer,transportation layer).stub is a client side java
object and skelton is java object of server side.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Core Java Interview Questions

Can singleton class be serialized?

0 Answers  


What are keywords in java?

0 Answers  


Howmany number of objects we can store in an ArrayList. Is there any limit?

7 Answers   TCS,


What are the three best choices for a development environment?

0 Answers  


What does the “final” keyword mean in front of a variable? A method? A class?

0 Answers  


Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?

0 Answers  


Explain try and catch keywords in java?

0 Answers  


What is method Overloading in the perspective of OOPS?

6 Answers  


What classes of exceptions, thrown by a throw statement?

2 Answers  


What is mean by exception?

0 Answers  


Explain about main() method in java ?

0 Answers  


What is equals method in java?

0 Answers  


Categories