Dear All,
I have studied in my book that after compiling the RMI server it will produce two Class files
RMIServer_Skel.class
RMIServer_Stub.class
But I have succesfully ran the RMI server and made the client connection, but i could not find any Stub or Skeleton files in my workspace.
Why is that and also I need some insight in Codebase which is added in RMI server java file. Is this codebase only needed for RMI or for many other Java Service ?