What is rmic?
Answers were Sorted based on User's Feedback
Answer / anonymous
It is compiler to export the java objects using rmi
registry. So that rmic Export and BIND the object which can
be accessed by another remote java object.(On another
system)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / devarathnam c,kotagudibanda(po
Hi... It is a RMI compiler,to create stubs and skeletons of
a application
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / kannabiran
RMI stands for remote method invocation, by using one object
in jvm we can invoke the method for another object located
in another jvm.rmi is simplified by network programming
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / pugal
hi...friends am pugal,tamilnadu
Rmi stands for remote method invocation,in which we can use thes rmi to call file by using remote method ,for eg.,client to server,,,,the rmi is mainly used in awt applet.
| Is This Answer Correct ? | 0 Yes | 1 No |
Difference Between getRequest and PostRequest?
What are the states associated in the thread?
What is mdb and what is the special feature of that?
How to send a request to garbage collector?
What are the methods used for inter-thread communication? and in what class these methods are defined?
What method MUST be implemented by all threads?
what we can't do in jdbc but can do hibernate?
What is the main functionality of RRL(Remote Reference Layer)?
What is the map interface?
what is Activation Instantinator?
If your ui seems to freeze periodically, what might be a likely reason?
In howmany ways a thread can be created?