Hi,
I was reading about JAVA RMI Programming on the web and did not understand what the following statement means:
"The only practical advantage of inheriting from java.rmi.sever.UnicastRemoteObject is that it will preserve the usual semantics of the methods hashCode(), equals() and toString() in a distributed environment."
Can someone elaborate a little more.
henry
I was reading about JAVA RMI Programming on the web and did not understand what the following statement means:
"The only practical advantage of inheriting from java.rmi.sever.UnicastRemoteObject is that it will preserve the usual semantics of the methods hashCode(), equals() and toString() in a distributed environment."
Can someone elaborate a little more.
henry