Which of the following is the controller's default action, and is commonly used to show a list of records?

17. Which of the following is the controller's default action, and is commonly used to show a list of records?

  1. ActionShow()
  2. Actioncreate()
  3. ActionView()
  4. ActionIndex()

Answer: D) ActionIndex()

Explanation:

actionIndex() is the controller's default action, and is commonly used to show a list of records.


Comments and Discussions!









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