1.

What are the object(s) which make the core of the description of a controller component?(a) The Request, the Response(b) The Request, the Response, the RequestHandler, and the Controller(c) The Request(d) The RequestHandlerThe question was asked by my school principal while I was bunking the class.My question is taken from The Controller Component in division Mastering JUnit of JUnit

Answer»

The CORRECT option is (b) The Request, the RESPONSE, the RequestHandler, and the Controller

The best explanation: The flow of CONTROL is from the Request interface to the Response interface to the RequestHandler interface FINALLY to the Controller Interface.



Discussion

No Comment Found

Related InterviewSolutions