HI Trenton,
This might not be the right place for it but ... RemoteException is
checked because you have to understand that it can happen (and
occasionally will) and you have to think about what can be done to
recover (even if you ultimately decide to just to "fail" by throwing
some other exc
Hi Guys,
Is this the right list to be discussing RMI topics? I saw some RMI related
stuff when I did a site search on google.
I'm curious what the reasoning is behind leaving RemoteException as a checked
exception. It seems to me that it would be more relevant to have it as a
RuntimeExceptio