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 |
whats is stored procedure,joins
What state a thread enters, When it blocks on I/O?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
what are design patterns in java?give with example?
What is Connection Pooling?
1 Answers Enteg Technologies, Infosys, Polaris,
What are the implicit objects?
Can I use multiple html form elements with the same name?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is Lock Based Protocol and what is its use?
can i call multipule form beans in Action class?
What do you need to set-up a cluster with jboss?
How do you iterate in Hashmap?