What is rmic?

Answers were Sorted based on User's Feedback



What is rmic?..

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

What is rmic?..

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

What is rmic?..

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

What is rmic?..

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

Post New Answer

More Advanced Java Interview Questions

Explain phantom read?

0 Answers  


Have you used threads in Servelet?

0 Answers   Satyam,


Explain about RMI Architecture?

0 Answers  


Name the method to find, if a thread is active or not?

2 Answers  


Are we allowed to change the transaction isolation property in middle of a transaction?

0 Answers  






Explain the different types of memory used by jvm?

0 Answers  


what is difference between object state and behaviour?

3 Answers  


How can I avoid validating a form before data is entered?

0 Answers  


what is a dirty read?

1 Answers  


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


What is glasgow?

0 Answers  


What is meant by Superconductivity?

4 Answers  


Categories