Multiple Choice
In RMI program the following example shows the,
Import java.rmi.*;
Public interface Adder extends Remote
{
Public int add(int x,int y) throws RemoteException;
}
A) Create and start the remote application
B) Create and start the client application
C) Create the remote interface
D) Provide the implementation of the remote interface
Correct Answer:

Verified
Correct Answer:
Verified
Q11: How can we identify whether a compilation
Q12: Which component is responsible to optimize bytecode
Q13: Which is the container that doesn't contain
Q14: The ActionListener interface is used for handling
Q15: Which is built on the top of
Q17: Abbreviate the term DGC?<br>A)Digital Garbage Collection<br>B)Distributed Garbage
Q18: RMI has which of these protocols implementations?<br>A)Java
Q19: In RMI applications which program obtains a
Q20: In RMI which layer defines and supports
Q21: Which package provides many event classes and