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 |
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
What is the difference between RMI registry and OS Agent?
What are the methods used for inter-thread communication? and in what class these methods are defined?
What is RRL?
What restrictions are placed on the values of each case of a switch statement?
Why is actionform a base class rather than an interface?
If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?
What is clustering? What are the different algorithms used for clustering?
life cycle of an applet?
What if the static modifier is removed from the signature of the main method?
why static class in java
Difference Between getRequest and PostRequest?