πŸ“Š J2EE Technologies
Q. RMI is a server-side component; It is not required to be deployed on the server.
  • (A) True
  • (B) False
  • (C) none
  • (D) all
πŸ’¬ Discuss
βœ… Correct Answer: (B) False
πŸ“Š J2EE Technologies
Q. What are the exceptions which have to be handled in a RMI client program?
  • (A) RemoteException
  • (B) NotBoundException
  • (C) MalFormedURLException
  • (D) All mentioned above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All mentioned above
πŸ“Š J2EE Technologies
Q. RMI uses a layered architecture; each of the layers could be enhanced or replaced without affecting the rest of the system.
  • (A) True
  • (B) False
  • (C) none
  • (D) all
πŸ’¬ Discuss
βœ… Correct Answer: (A) True
πŸ“Š J2EE Technologies
Q. In RMI, the objects are passed by _____.
  • (A) Value
  • (B) Reference
  • (C) Value and Reference
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) Value
πŸ“Š J2EE Technologies
Q. RMI and EJB, provides services to access an object running in another JVM (known as remote object).
  • (A) True
  • (B) False
  • (C) none
  • (D) all
πŸ’¬ Discuss
βœ… Correct Answer: (A) True
πŸ“Š J2EE Technologies
Q. Abbreviate the term DGC?
  • (A) Digital Garbage Collection
  • (B) Distributed Garbage Collection
  • (C) Distributed Garbage Connection
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) Distributed Garbage Collection
πŸ“Š J2EE Technologies
Q. An RMI Server is responsible for _______
  • (A) Creating an instance of the remote object
  • (B) Exporting the remote object
  • (C) Binding the instance of the remote object to the RMI registry
  • (D) All mentioned above
πŸ’¬ Discuss
βœ… Correct Answer: (B) Exporting the remote object
πŸ“Š J2EE Technologies
Q. Java supports RMI, RMI Stands for?
  • (A) Random Method Invocation
  • (B) Remote Memory Interface
  • (C) Remote Method Invocation
  • (D) Random Method Invocation
πŸ’¬ Discuss
βœ… Correct Answer: (C) Remote Method Invocation
πŸ“Š J2EE Technologies
Q. Which is an object, acts as a gateway for the client side, all the outgoing requests are routed through it and it resides at the client side and represents the remote object?
  • (A) Stub
  • (B) Skeleton
  • (C) Both A & B
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) Stub
πŸ“Š J2EE Technologies
Q. In RMI Architecture which layer Intercepts method calls made by the client/redirects these calls to a remote RMI service?
  • (A) Stub & Skeleton Layer
  • (B) Application Layer
  • (C) Remote Reference Layer
  • (D) Tr
πŸ’¬ Discuss
βœ… Correct Answer: (A) Stub & Skeleton Layer