Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Kuhaylah Malik   on Apr 07 In Java Category.

  
Question Answered By: Michael Evans   on Apr 07

As far as I know from CORBA and RMI the code in client that resembles the server's (the other side's) interface is called stub. In these two technologies the code that we put in client side (caller) and act as a proxy or server interface (callee) is called stub. clients call stub's methods in order to excecute some code in the server. its counterpart in server side is called skeleton.
read this for RMI : www.ccs.neu.edu/home/kenb/com3337/rmi_tut.html

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on java stubs Or get search suggestion and latest updates.


Tagged: