Copyright (c) Qusay H. Mahmoud
37
Step 4: implement the server….
lBind the object reference in naming
l
l NameComponent nc = new NameComponent("Hello", " ");
lNameComponent path[] = {nc};
lncRef.rebind(path, helloRef);
l