Multiple choice technology architecture

Both the skeleton and the stub are uniquely associated with that specific remote object

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In RMI (Remote Method Invocation), each remote object instance has a unique stub and skeleton generated specifically for it. The stub acts as the client-side proxy, while the skeleton is the server-side dispatcher. This one-to-one relationship ensures proper routing of remote method calls. The answer is True because stub and skeleton pairs are generated during the build process and are uniquely associated with their specific remote object interface.