InterviewSolution
Saved Bookmarks
| 1. |
Which of these Exceptions is thrown by remote method?(a) RemoteException(b) InputOutputException(c) RemoteAccessException(d) RemoteInputOutputException |
|
Answer» The correct option is (a) RemoteException Best explanation: All remote methods throw RemoteException. |
|