In the following example pseudocode, the function ReadThermometer returns a particular value even though ultimately it is supposed to read a value from a hardware source. It returns a valid value, allowing consuming code to be runnable. The function ignores the input parameter source which is common for a stub.
In distributed computing, stub is like a mock object – simulates existing code, such as a procedure on a remote machine. Such stubs can be useful in porting.
In RMI nomenclature, a stub on the client-side communicates with a skeleton on the server-side.3
In Windows and DOS, stub is like a shim – small interface code left in conventional memory by self-relocating resident drivers which move most of themselves into upper memory, the high memory area, expanded or extended memory as well as similar stubs to allow the relocated code to communicate with real-mode DOS in conjunction with DOS extenders (like DPMI, DPMS, CLOAKING or NIOS).
Nell B. Dale; Chip Weems (2004). Programming in C++. Jones & Bartlett Learning. p. 308. ISBN 978-0-7637-3234-9. 978-0-7637-3234-9 ↩
"stub". WEBOPEDIA. 23 March 1998. Retrieved 2012-08-28. http://www.webopedia.com/TERM/S/stub.html ↩
Freeman, Eric; Freeman, Elisabeth; Kathy, Sierra; Bert, Bates (2004). Hendrickson, Mike; Loukides, Mike (eds.). Head First Design Patterns (paperback). Vol. 1. O'REILLY. p. 440. ISBN 978-0-596-00712-6. Retrieved 2012-08-28. 978-0-596-00712-6 ↩