Networking
- Which of these package is used for remote method invocation?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
java.rmi
- Which of these methods are member of Remote class?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: E
Remote class does not define any methods, its purpose is simply to indicate that an interface uses remote methods.
- Which of these Exceptions is thrown by remote method?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
All remote methods throw RemoteException.
- Which of these class is used for creating a client for a server-client operations?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
AddClient.java
- Which of these package is used for all the text related modifications?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
java.text provides capabilities for formatting, searching and manipulating text.