What is stub?
Stubs are classes that provide replacement implementations for the actual classes client side component to send request to the server in RMI. In the context of advanced Java programming, a “stub” typically refers to a component used in remote method invocation (RMI). RMI is a mechanism that allows objects to invoke methods on objects running … Read more