Which of the following controllers examines the HTTP method of the user requests and correlates the action (method) by taking the HTTP methods into account?

45. Which of the following controllers examines the HTTP method of the user requests and correlates the action (method) by taking the HTTP methods into account?

  1. AbstractActionController
  2. AbstractRestfulCotroller
  3. AbstractConsoleController

Answer: B) AbstractRestfulCotroller

Explanation:

AbstractRestfulController examines the HTTP method of the user requests and correlates the action (method) by taking the HTTP methods into account.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.