Remote Method Invocation Question and Answers
| 1. | What is RMI? |
|---|---|
|
|
| 2. | What is RMI architecture? |
|---|---|
RMI architecture consists of four layers and each layer performs specific functions.
|
|
| 3. | What is unicast remote object? |
|---|---|
| All remote objects must extend unicast remote object, which provides functionality that is needed to make objects available from remote machines. | |
| 4. | Explain the methods, rebind() and lookup() in Naming class? |
|---|---|
|
|
1
Page 1 of 1