hi all
i am new to java therefore my question may not be apt for this forum
But why does implementation class has to extend UnicastRemoteObject ???
Andrey Kozhanov
Ranch Hand
Joined: Mar 12, 2010
Posts: 79
posted
0
Actually, implementation class does not necessary has to extend UnicastRemoteObject. RMI goal is to make objects remotely accessible. There are two ways of doing this: