1.

The interface getPort() belongs to Port class.(a) True(b) FalseThis question was posed to me in a national level competition.Query is from Software Architecture in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct answer is (b) False

To elaborate: Port Supplier class RETURNS a particular port from a set of PORTS DEFINED for a component. The interface getPort() belongs to Port Supplier class. It returns the port specified in the METHOD argument.



Discussion

No Comment Found

Related InterviewSolutions