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 |
What is synchronization?
To identify IDL language what mapping mechanism is used?
what is the diffrence between banking and insurance domain?
What are the steps involved in developing an RMI object?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What is ioc concept & explain it?
What value does readline() return when it has reached the end of a file?
Java is fully object oriented languages or not?
What is the difference between long.class and long.type?
life cycle of an applet?
How substring() method of string class create memory leaks?
why we use main in java?