InterviewSolution
Saved Bookmarks
| 1. |
Why A Handle Rather Than A "hard" Address? |
|
Answer» CORBA is a dynamic environment and OBJECTS move around in an UNPREDICTABLE manner. You need a soft locator rather than something static and BRITTLE. CORBA is a dynamic environment and objects move around in an unpredictable manner. You need a soft locator rather than something static and brittle. |
|