Saved Bookmarks
| 1. |
Which of these methods are member of Remote class?(a) checkIP()(b) addLocation()(c) AddServer()(d) None of the mentioned |
|
Answer» Right choice is (d) None of the mentioned The explanation is: Remote class does not define any methods, its purpose is simply to indicate that an interface uses remote methods. |
|