1.

____ class is the entry point of any component.(a) Port(b) Resource(c) Resource Factory(d) Port SupplierThe question was asked in an interview for internship.This intriguing question comes from Software Architecture in section Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct choice is (a) Port

The best I can explain: Port CLASS is the ENTRY point of any COMPONENT. The explicitly defined methods of Port class are connectPort() and disconnectPort(). The actual CONNECTION based implementations are guided by a waveform’s application specific interface.



Discussion

No Comment Found

Related InterviewSolutions