What are the steps involved in developing an RMI object?
Answer Posted / abil
first step is define your interface
second step is implement your interface
third step is compile both interface and implementation in
java compiler
forth step is compile server implementation in rim compiler
fifth step is rum rim registry
sixth step is run the application
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What is the purpose of the wait() method?
Which javutil classes and interfaces support event handling?
What is a modular application?
Describe, in general, how java's garbage collector works?
What must a class do to implement an interface?
What is a clone?
What if the static modifier is removed from the signature of the main method?
What are the diff types of exception?
Explain about RMI Architecture?
What is jboss?
Difference between new operator and class.forname().newinstance()?
Why do threads block on i/o?
Difference between hashmap and hashtable?
What is the immediate superclass of the applet class?