InterviewSolution
Saved Bookmarks
| 1. |
The interface releaseObject() ____ a component ____ CORBA.(a) installs, to(b) manages, in(c) relocates, in(d) unbinds, fromThe question was posed to me during an interview.My doubt is from Software Architecture topic in division Software Defined Radio Architecture of Cognitive Radio |
|
Answer» RIGHT answer is (d) unbinds, from The best explanation: The interface releaseObject() is an interface associated with Lifecycle class. It unbinds a component from CORBA. It carries out the WORK required to DELETE an object. |
|