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 |
Describe responsibilities of Activator?
Java is fully object oriented languages or not?
Is infobus easy to use?
How to get an image from db2 database plz help as soon as possible
Explain Life cycle of Servlet Filter.
2 Answers InfoBrain, ITC Infotech,
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
what is handle?
What is diffennce between AWT & SWING?
Is the session factory thread safe?
In a multitiered application which tier is the browser in?
Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...
when we applied start()method on a thread ,how does it know that to execute run()method on that object?