Which of these Exceptions is thrown by remote method?
(a) RemoteException
(b) InputOutputException
(c) RemoteAccessException
(d) RemoteInputOutputException
The question was asked in final exam.
My question comes from Remote Method Invocation (RMI) topic in division java.util – The Collections Framework of Java