Computer Science, asked by answer8495, 1 year ago

Distinguish between static RMI and dynamic RMI

Answers

Answered by enrique
8
STATIC RMI -:

=> Predefined interface definition.

=>Interface of an object are known when the client application are developed

=>It interfaces changes the client application must be recompiled before it can make use of new interface.

DYNAMIC RMI -:

=> Select at run time which method it will invoke 

==========================================================

HOPE THIS HELPS YOU
Similar questions