What are the steps involved in developing an RMI object?
Answer / 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 |
How has the sandbox changed with Java 2?
What is Bootstrapping in RMI?
Is multiple try block is possible in single java Application......
What is ripple effect?
How primary key is implemented in Oracle?
How would you detect a keypress in a jcombobox?
How a component can be placed on Windows?
What are the difference between RMI and CORBA?
What modifiers may be used with an inner class that is a member of an outer class?
What is JNI?
What is thread deadlock? How to resolve thread deadlock?
Why is actionform a base class rather than an interface?