Networking


  1. Which of these package is used for remote method invocation?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    java.rmi


  1. Which of these methods are member of Remote class?











  1. 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.



  1. Which of these Exceptions is thrown by remote method?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    All remote methods throw RemoteException.


  1. Which of these class is used for creating a client for a server-client operations?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    AddClient.java



  1. Which of these package is used for all the text related modifications?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    java.text provides capabilities for formatting, searching and manipulating text.