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 |
how the mapping can be done from jsp to actionservlet?
What is the relation between the infobus and rmi?
What is Lock Based Protocol and what is its use?
What are the design considerations while making a choice between using interface and abstract class?
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
What is the lifecycle of an applet?
What is an applet?
Why are some of the class and element names counter-intuitive?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
How u validate date in DD/MM/YY format. and how u validate money in ur jsp
3 Answers Ashok Leyland, Satyam, Tech Mahindra, Tomax,
What do you know about seam?
What restrictions are placed on the values of each case of a switch statement?