InterviewSolution
Saved Bookmarks
| 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 |
|