InterviewSolution
Saved Bookmarks
| 1. |
Which of these class is used for creating a client for a server-client operations?(a) serverClientjava(b) Client.java(c) AddClient.java(d) ServerClient.javaThe question was asked in exam.My question is based upon Remote Method Invocation (RMI) topic in division java.util – The Collections Framework of Java |
|
Answer» RIGHT CHOICE is (C) AddClient.java For EXPLANATION: NONE. |
|