Hi I like to know what is rmic in RMI and how does it create proxies for me..
|
To answer your question, Have look at the provided link(s) for a description of these various concepts. If this sounds like Chinese to you, you should probably look at the RMI tutorial. The first chapter of the tutorial covers RMI concepts. Also note that (from the tutorial):
So if your RMI server doesn't have to support clients running on pre-5.0 VMs, you actually don't need to worry about Another good resource to get started is... Getting Started Using Java RMI, a Hello World sample for RMI. If you want to get more information, check out the Remote Method Invocation spec. |
||||
|
|
|
|||
|
|
|
rmic is a Java RMI compiler. See here for more information. |
|||
|
|