InterviewSolution
Saved Bookmarks
| 1. |
Which of these Exceptions is thrown by remote method?(a) RemoteException(b) InputOutputException(c) RemoteAccessException(d) RemoteInputOutputExceptionThe question was asked in final exam.My question comes from Remote Method Invocation (RMI) topic in division java.util – The Collections Framework of Java |
|
Answer» The CORRECT option is (a) REMOTEEXCEPTION |
|