Computer Science, asked by ashishtiwari2038, 11 months ago

Difference between local and remote object in remote method invocation

Answers

Answered by VAC
0

Hey frnd

RMI allows invocation of methods in remote objects. To support dynamic substitution between remote and local objects, remote and local method invocation should have the same syntax. ... In Java, a method is remote if it is declared in an interface or class that is a subtype of the tagging interface, Remote.

Hope this helps u frnd

Similar questions