M Mr. Dubey π Coach β 103.71K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) False
M Mr. Dubey π Coach β 103.71K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All mentioned above
M Mr. Dubey π Coach β 103.71K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) True
M Mr. Dubey π Coach β 103.71K Points π J2EE Technologies Q. In RMI, the objects are passed by _____. (A) Value (B) Reference (C) Value and Reference (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Value
M Mr. Dubey π Coach β 103.71K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) True
M Mr. Dubey π Coach β 103.71K Points π J2EE Technologies Q. Abbreviate the term DGC? (A) Digital Garbage Collection (B) Distributed Garbage Collection (C) Distributed Garbage Connection (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Distributed Garbage Collection
M Mr. Dubey π Coach β 103.71K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Exporting the remote object
M Mr. Dubey π Coach β 103.71K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Remote Method Invocation
M Mr. Dubey π Coach β 103.71K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Stub
M Mr. Dubey π Coach β 103.71K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Stub & Skeleton Layer